freinold commited on
Commit
85e1065
2 Parent(s): cdcfead 9ebd811

Merge branch 'main' of https://huggingface.co/spaces/it-at-m/image-anonymizer into main

Browse files
Files changed (1) hide show
  1. app.py +5 -2
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()