Hammad112 commited on
Commit
f5a71c5
·
verified ·
1 Parent(s): e726c41

Update app.py

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