Update app.py
Browse files
app.py
CHANGED
@@ -90,4 +90,4 @@ def chat_function(message, history):
|
|
90 |
|
91 |
# Create Gradio Chat Interface
|
92 |
chat_interface = gr.ChatInterface(chat_function)
|
93 |
-
chat_interface.launch(share=True
|
|
|
90 |
|
91 |
# Create Gradio Chat Interface
|
92 |
chat_interface = gr.ChatInterface(chat_function)
|
93 |
+
chat_interface.launch(share=True)
|