Update app.py
Browse files
app.py
CHANGED
@@ -221,4 +221,4 @@ demo = gr.ChatInterface(
|
|
221 |
gr.Warning("Warning: On mobile, the connection can break if this tab is unfocused or the device sleeps, losing your position in queue.", visible=False)
|
222 |
|
223 |
# Launch the Gradio app
|
224 |
-
demo.launch(share=
|
|
|
221 |
gr.Warning("Warning: On mobile, the connection can break if this tab is unfocused or the device sleeps, losing your position in queue.", visible=False)
|
222 |
|
223 |
# Launch the Gradio app
|
224 |
+
demo.launch(share=True)
|