tobiccino commited on
Commit
7bbbf05
1 Parent(s): af1117b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,4 +40,4 @@ iface = gr.Interface(fn=chatbot,
40
  index = construct_index("docs")
41
 
42
 
43
- iface.launch(share=True)
 
40
  index = construct_index("docs")
41
 
42
 
43
+ iface.launch()