SirinootKK commited on
Commit
2a9d006
·
1 Parent(s): 0375104

fixed app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -215,8 +215,6 @@ class Chatbot:
215
  return Answer
216
 
217
  bot = ChatbotModel()
218
- corpus_embeddings = bot._chatbot.get_embeddings(bot._chatbot.df['Context'])
219
- corpus_embeddings = bot._chatbot.prepare_sentences_vector(corpus_embeddings)
220
 
221
  """#Gradio"""
222
 
 
215
  return Answer
216
 
217
  bot = ChatbotModel()
 
 
218
 
219
  """#Gradio"""
220