ericbegins commited on
Commit
cd72104
·
1 Parent(s): 4a523c1

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,4 +35,4 @@ iface = gr.Interface(fn=chatbot,
35
  title="Ask Me Anything about Eric Richardson!")
36
 
37
  index = construct_index("docs")
38
- iface.launch(share=True)
 
35
  title="Ask Me Anything about Eric Richardson!")
36
 
37
  index = construct_index("docs")
38
+ iface.launch(share=False)