Spaces:
Runtime error
Runtime error
SirinootKK
commited on
Commit
Β·
2a9d006
1
Parent(s):
0375104
fixed app.py
Browse files
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 |
|