ogegadavis254 commited on
Commit
21fb011
1 Parent(s): 31e6f5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -92,4 +92,5 @@ def chat_interface(theme="default"):
92
  return demo
93
 
94
  # Launch the Gradio interface
95
- demo = chat_interface()
 
 
92
  return demo
93
 
94
  # Launch the Gradio interface
95
+ demo = chat_interface()
96
+ demo.launch(share=True, server_name="0.0.0.0")