Update app.py
Browse files
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=
|
|
|
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)
|