Spaces:
Runtime error
Runtime error
Commit
·
cd72104
1
Parent(s):
4a523c1
Upload folder using huggingface_hub
Browse files
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=
|
|
|
35 |
title="Ask Me Anything about Eric Richardson!")
|
36 |
|
37 |
index = construct_index("docs")
|
38 |
+
iface.launch(share=False)
|