MTNQLN commited on
Commit
4d6e95b
·
verified ·
1 Parent(s): 2ff31cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,4 +87,4 @@ gr.ChatInterface(
87
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
88
  additional_inputs=additional_inputs,
89
  title="""Mistral 7B v0.3"""
90
- ).launch()
 
87
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
88
  additional_inputs=additional_inputs,
89
  title="""Mistral 7B v0.3"""
90
+ ).launch(share=True)