radames HF staff commited on
Commit
cb53c7e
1 Parent(s): 7b9dc29

remove these to use default 0.0.0.0:7860

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,4 +27,4 @@ demo = gr.Interface(
27
  cache_examples = False
28
  )
29
 
30
- demo.launch(server_name=None, server_port=None)
27
  cache_examples = False
28
  )
29
 
30
+ demo.launch()