naughtondale commited on
Commit
fae65bd
·
1 Parent(s): bc5887d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,4 +31,4 @@ iface = gr.Interface(fn=chatbot,
31
  title="Custom-trained AI Chatbot")
32
 
33
  index = construct_index("docs")
34
- iface.launch(share=True)
 
31
  title="Custom-trained AI Chatbot")
32
 
33
  index = construct_index("docs")
34
+ iface.launch()