Saurabh46 commited on
Commit
e8d5b28
·
1 Parent(s): 9148bcf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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