Spaces:
Running
Running
Merge branch 'main' of https://huggingface.co/spaces/it-at-m/image-anonymizer into main
Browse files
app.py
CHANGED
@@ -69,5 +69,8 @@ demo_upload = gr.Interface(
|
|
69 |
# title="Image Anonymizer"
|
70 |
# )
|
71 |
|
72 |
-
print(__name__)
|
73 |
-
demo_upload.launch(server_name="localhost", server_port=8080)
|
|
|
|
|
|
|
|
69 |
# title="Image Anonymizer"
|
70 |
# )
|
71 |
|
72 |
+
# print(__name__)
|
73 |
+
# demo_upload.launch(server_name="localhost", server_port=8080)
|
74 |
+
# demo.launch(server_name="localhost", server_port=8080)
|
75 |
+
|
76 |
+
demo_upload.launch()
|