it@M InnovationLab commited on
Commit
9ebd811
1 Parent(s): 7c6362c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -66,9 +66,5 @@ demo = gr.TabbedInterface(
66
  title="Image Anonymizer"
67
  )
68
 
69
- # if __name__ == "__main__":
70
- # demo.launch()
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()