svummidi commited on
Commit
286e9e8
1 Parent(s): ea54c1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,4 +32,4 @@ iface = gr.Interface(fn=chatbot,
32
 
33
 
34
  index = GPTSimpleVectorIndex.load_from_disk('index.json')
35
- iface.launch(auth=('axiamatic', 'Gpt4Ever4Fun'), auth_message='For access, please check my Slack profile or contact me in Slack.', share=True)
 
32
 
33
 
34
  index = GPTSimpleVectorIndex.load_from_disk('index.json')
35
+ iface.launch(auth=('axiamatic', 'Gpt4Ever4Fun'), auth_message='For access, please check my Slack profile or contact me in Slack.', share=False)