drewThomasson commited on
Commit
5803af2
1 Parent(s): 306e52a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)