peterpull commited on
Commit
b4fd584
·
1 Parent(s): 281f2f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,5 +40,5 @@ iface = gr.Interface(fn=chatbot,
40
  outputs="text",
41
  title="AI Chatbot trained on J. Haynes mediation material, v0.1",
42
  description="test")
43
- iface.launch()
44
 
 
40
  outputs="text",
41
  title="AI Chatbot trained on J. Haynes mediation material, v0.1",
42
  description="test")
43
+ iface.launch(share=True)
44