Spaces:
Running
Running
it@M InnovationLab
commited on
Commit
•
9ebd811
1
Parent(s):
7c6362c
Update app.py
Browse files
app.py
CHANGED
@@ -66,9 +66,5 @@ demo = gr.TabbedInterface(
|
|
66 |
title="Image Anonymizer"
|
67 |
)
|
68 |
|
69 |
-
#
|
70 |
-
|
71 |
-
#
|
72 |
-
|
73 |
-
print(__name__)
|
74 |
-
demo.launch(server_name="localhost", server_port=8080)
|
|
|
66 |
title="Image Anonymizer"
|
67 |
)
|
68 |
|
69 |
+
# demo.launch(server_name="localhost", server_port=8080)
|
70 |
+
demo.launch()
|
|
|
|
|
|
|
|