Spaces:
Runtime error
Runtime error
abdullahzunorain
commited on
Commit
•
bd622d8
1
Parent(s):
33df1e5
Update app.py
Browse files
app.py
CHANGED
@@ -39,4 +39,4 @@ def chat(message, history):
|
|
39 |
return chat_completion.choices[0].message.content
|
40 |
|
41 |
demo = gr.ChatInterface(fn=chat, title="Open Source chatbot")
|
42 |
-
demo.launch(debug= True)
|
|
|
39 |
return chat_completion.choices[0].message.content
|
40 |
|
41 |
demo = gr.ChatInterface(fn=chat, title="Open Source chatbot")
|
42 |
+
demo.launch(debug= True, share=True)
|