esun-choi commited on
Commit
171094c
1 Parent(s): b5283fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -2,9 +2,6 @@ import gradio as gr
2
  from main import main
3
 
4
 
5
- def main(image):
6
- return image
7
-
8
  with gr.Blocks(title="Privacy Mask", css="footer{display:none !important}") as demo:
9
 
10
  with gr.Row():
 
2
  from main import main
3
 
4
 
 
 
 
5
  with gr.Blocks(title="Privacy Mask", css="footer{display:none !important}") as demo:
6
 
7
  with gr.Row():