svummidi commited on
Commit
22163f4
1 Parent(s): 2bbaf32

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(share=False)
 
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)