Spaces:
Runtime error
Runtime error
Commit ·
ec3713f
1
Parent(s): 79b908f
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,4 +35,4 @@ iface = gr.Interface(fn=chatbot,
|
|
| 35 |
title="Custom-trained AI Chatbot")
|
| 36 |
|
| 37 |
index = construct_index("docs")
|
| 38 |
-
iface.launch(share=
|
|
|
|
| 35 |
title="Custom-trained AI Chatbot")
|
| 36 |
|
| 37 |
index = construct_index("docs")
|
| 38 |
+
iface.launch(share=False)
|