remove these to use default 0.0.0.0:7860

#1
by radames HF staff - opened
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()