add run.sh
Browse files
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
|