Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,6 @@ iface = gradio.Interface(fn=chatbot,
|
|
42 |
title="Custom-trained AI Chatbot")
|
43 |
|
44 |
#Constructing indexes based on the documents in trainingData folder
|
45 |
-
#This can be skipped if you have already trained your app and need to re-run it
|
46 |
index = construct_index("trainingData")
|
47 |
|
48 |
#launching the web UI using gradio
|
|
|
42 |
title="Custom-trained AI Chatbot")
|
43 |
|
44 |
#Constructing indexes based on the documents in trainingData folder
|
|
|
45 |
index = construct_index("trainingData")
|
46 |
|
47 |
#launching the web UI using gradio
|