simpx commited on
Commit
7127080
1 Parent(s): db03bbc

use default port

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,4 +85,4 @@ if __name__ == "__main__":
85
  demo.launch()
86
  else:
87
  # run with "gradio app.py"
88
- demo.launch(server_name="0.0.0.0", server_port=8000)
 
85
  demo.launch()
86
  else:
87
  # run with "gradio app.py"
88
+ demo.launch(server_name="0.0.0.0")