Geek7 commited on
Commit
dd0286a
·
verified ·
1 Parent(s): b57a928

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -213,11 +213,11 @@ demo = gr.ChatInterface(
213
  multimodal=True,
214
  concurrency_limit=200,
215
  cache_examples=False,
216
- css="footer{display:none !important}
217
- show_share_button:false"
218
  )
219
 
220
  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)
221
 
222
  # Launch the Gradio app
223
- demo.launch(share=True)
 
213
  multimodal=True,
214
  concurrency_limit=200,
215
  cache_examples=False,
216
+ css="""footer{display:none !important}
217
+ show_share_button:false"""
218
  )
219
 
220
  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)
221
 
222
  # Launch the Gradio app
223
+ demo.launch()