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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -40,5 +40,6 @@ 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(share=True)
44
 
 
 
40
  outputs="text",
41
  title="AI Chatbot trained on J. Haynes mediation material, v0.1",
42
  description="test")
43
+ iface.launch()
44
 
45
+ print('hello there222!!!')