Spaces:
Runtime error
Runtime error
Commit ·
fae65bd
1
Parent(s): bc5887d
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,4 +31,4 @@ iface = gr.Interface(fn=chatbot,
|
|
| 31 |
title="Custom-trained AI Chatbot")
|
| 32 |
|
| 33 |
index = construct_index("docs")
|
| 34 |
-
iface.launch(
|
|
|
|
| 31 |
title="Custom-trained AI Chatbot")
|
| 32 |
|
| 33 |
index = construct_index("docs")
|
| 34 |
+
iface.launch()
|