Spaces:
Running
Running
Pedro Cuenca
commited on
Commit
·
eb6780a
1
Parent(s):
a61d80f
Do not create share link.
Browse filesFormer-commit-id: ac4431a01aabedf8d5ddf3586d4666500ff00c88
- app/app_gradio_ngrok.py +1 -1
app/app_gradio_ngrok.py
CHANGED
|
@@ -97,4 +97,4 @@ gr.Interface(run_inference,
|
|
| 97 |
live=False,
|
| 98 |
server_name="0.0.0.0", # Bind to all interfaces (I think)
|
| 99 |
# server_port=8999
|
| 100 |
-
).launch(
|
|
|
|
| 97 |
live=False,
|
| 98 |
server_name="0.0.0.0", # Bind to all interfaces (I think)
|
| 99 |
# server_port=8999
|
| 100 |
+
).launch()
|