Bashir Gulistani
commited on
Update app.py
Browse files
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)
|