simpx commited on
Commit
2eb3af3
1 Parent(s): c6e6de5

add run.sh

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. run.sh +1 -0
app.py CHANGED
@@ -81,4 +81,4 @@ if __name__ == "__main__":
81
  demo.launch()
82
  else:
83
  # run with "gradio app.py"
84
- demo.launch(server_name="0.0.0.0")
 
81
  demo.launch()
82
  else:
83
  # run with "gradio app.py"
84
+ demo.launch(server_name="0.0.0.0", server_port=8000)
run.sh ADDED
@@ -0,0 +1 @@
 
 
1
+ gradio app.py