mauroleguiok commited on
Commit
6cb589c
·
verified ·
1 Parent(s): cd31d9f

Update app.py

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