Peter commited on
Commit
86d9965
1 Parent(s): 1173b30

:zap: update model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ def get_parser():
151
  "--model",
152
  required=False,
153
  type=str,
154
- default="ethzanalytics/ai-msgbot-gpt2-XL-dialogue", # default model
155
  help="the model to use for the chatbot on https://huggingface.co/models OR a path to a local model",
156
  )
157
  parser.add_argument(
 
151
  "--model",
152
  required=False,
153
  type=str,
154
+ default="ethzanalytics/ai-msgbot-gpt2-XL", # default model
155
  help="the model to use for the chatbot on https://huggingface.co/models OR a path to a local model",
156
  )
157
  parser.add_argument(