Update app.py
Browse files
app.py
CHANGED
@@ -204,4 +204,4 @@ chat_interface = gr.Interface(
|
|
204 |
|
205 |
# Launch the Gradio interface
|
206 |
if __name__ == "__main__":
|
207 |
-
chat_interface.launch()
|
|
|
204 |
|
205 |
# Launch the Gradio interface
|
206 |
if __name__ == "__main__":
|
207 |
+
chat_interface.launch(share=True)
|