zamal commited on
Commit
f1584c4
1 Parent(s): ef74731

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,4 +73,4 @@ with gr.Blocks() as demo:
73
  submit_button.click(fn=chat_with_models, inputs=input_text, outputs=[output_llama, output_mistral])
74
 
75
  if __name__ == "__main__":
76
- demo.launch()
 
73
  submit_button.click(fn=chat_with_models, inputs=input_text, outputs=[output_llama, output_mistral])
74
 
75
  if __name__ == "__main__":
76
+ demo.launch(share=True)