Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,4 +38,4 @@ iface = gr.Interface(fn=chatbot,
|
|
| 38 |
title="Custom-trained AI Chatbot")
|
| 39 |
|
| 40 |
# index = construct_index("docs")
|
| 41 |
-
iface.launch(
|
|
|
|
| 38 |
title="Custom-trained AI Chatbot")
|
| 39 |
|
| 40 |
# index = construct_index("docs")
|
| 41 |
+
iface.launch()
|