abdullahzunorain commited on
Commit
bd622d8
1 Parent(s): 33df1e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)