Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,4 +46,4 @@ iface = gradio.Interface(fn=chatbot,
|
|
| 46 |
index = construct_index("trainingData")
|
| 47 |
|
| 48 |
#launching the web UI using gradio
|
| 49 |
-
iface.launch(
|
|
|
|
| 46 |
index = construct_index("trainingData")
|
| 47 |
|
| 48 |
#launching the web UI using gradio
|
| 49 |
+
iface.launch()
|