Karan156 commited on
Commit
c3474c6
·
1 Parent(s): 739166f

Update app.py

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