michelebasilico commited on
Commit
327dfaa
1 Parent(s): 3526238

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,4 +38,4 @@ def predict(message, history):
38
  return output[0]["generated_text"]
39
 
40
  iface = gr.ChatInterface(predict)
41
- iface.launch()
 
38
  return output[0]["generated_text"]
39
 
40
  iface = gr.ChatInterface(predict)
41
+ iface.launch(share=True)