Peter commited on
Commit
844f20c
·
1 Parent(s): a021334

:construction: update default model

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -144,7 +144,7 @@ def get_parser():
144
  "--model",
145
  required=False,
146
  type=str,
147
- default="pszemraj/GPT-Converse-1pt3B-Neo-WoW-DD-17", # default model
148
  help="the model to use for the chatbot on https://huggingface.co/models OR a path to a local model",
149
  )
150
  parser.add_argument(
@@ -191,7 +191,7 @@ if __name__ == "__main__":
191
  chat,
192
  inputs=["text"],
193
  outputs="html",
194
- examples_per_page=10,
195
  examples=[
196
  "How can you help me?",
197
  "what can you do?",
 
144
  "--model",
145
  required=False,
146
  type=str,
147
+ default="ethzanalytics/ai-msgbot-gpt2-XL-dialogue", # default model
148
  help="the model to use for the chatbot on https://huggingface.co/models OR a path to a local model",
149
  )
150
  parser.add_argument(
 
191
  chat,
192
  inputs=["text"],
193
  outputs="html",
194
+ examples_per_page=12,
195
  examples=[
196
  "How can you help me?",
197
  "what can you do?",