brichett commited on
Commit
9211fe0
·
verified ·
1 Parent(s): 0833ce0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,4 +17,4 @@ fastapi_thread = Thread(target=run_fastapi)
17
  fastapi_thread.start()
18
 
19
  # Launch the Gradio interface
20
- iface_combined.launch(server_name="0.0.0.0", server_port=7861)
 
17
  fastapi_thread.start()
18
 
19
  # Launch the Gradio interface
20
+ iface_combined.launch(server_name="0.0.0.0", server_port=7861, share=True)