Bashir Gulistani commited on
Commit
9c1e24e
·
unverified ·
1 Parent(s): 055adff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -285,4 +285,5 @@ with gr.Blocks(css=custom_css) as chatbot_interface:
285
  app = gr.TabbedInterface([chatbot_interface, background_remover_interface], ["AI Chatbot", "Background Remover"])
286
 
287
  # Launch the app
288
- app.launch(share=True)
 
 
285
  app = gr.TabbedInterface([chatbot_interface, background_remover_interface], ["AI Chatbot", "Background Remover"])
286
 
287
  # Launch the app
288
+ #app.launch(share=True)
289
+ app.launch(server_name="0.0.0.0", server_port=8040, share=True, enable_queue=True)