Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -245,8 +245,6 @@ model_path = "chatbot"
|
|
245 |
trainer.save_model(model_path)
|
246 |
tokenizer.save_pretrained(model_path)
|
247 |
|
248 |
-
!kaggle kernels output eyadgk/build-a-chatbot-with-bert-eda-vis -p /path/to/dest
|
249 |
-
|
250 |
model_path = "/content/chatbot"
|
251 |
|
252 |
|
|
|
245 |
trainer.save_model(model_path)
|
246 |
tokenizer.save_pretrained(model_path)
|
247 |
|
|
|
|
|
248 |
model_path = "/content/chatbot"
|
249 |
|
250 |
|