Update app.py
Browse files
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)
|