Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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():
|