Update app.py
Browse files
app.py
CHANGED
|
@@ -40,4 +40,4 @@ def chat(message, history):
|
|
| 40 |
return chat_completion.choices[0].message.content
|
| 41 |
|
| 42 |
demo = gr.ChatInterface(fn=chat, title="Open Source chatbot")
|
| 43 |
-
demo.launch(debug= True)
|
|
|
|
| 40 |
return chat_completion.choices[0].message.content
|
| 41 |
|
| 42 |
demo = gr.ChatInterface(fn=chat, title="Open Source chatbot")
|
| 43 |
+
demo.launch(debug= True,share=True)
|