Spaces:
Running
Running
drewThomasson
commited on
Commit
•
5803af2
1
Parent(s):
306e52a
Update app.py
Browse files
app.py
CHANGED
@@ -748,4 +748,4 @@ print(f"Running on local URL: http://{local_ip}:7860")
|
|
748 |
print(f"Running on local URL: http://localhost:7860")
|
749 |
|
750 |
# Your Gradio launch command
|
751 |
-
demo.launch(server_name="0.0.0.0", server_port=7860)
|
|
|
748 |
print(f"Running on local URL: http://localhost:7860")
|
749 |
|
750 |
# Your Gradio launch command
|
751 |
+
demo.launch(server_name="0.0.0.0", server_port=7860, share=True)
|