greyfoss commited on
Commit
cd0df34
·
verified ·
1 Parent(s): 02df985

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -133,9 +133,9 @@ def gradio(model, tokenizer):
133
  undo_btn = "↩️ Remove last turn",
134
  clear_btn = "➕ New conversation",
135
  examples=[
136
- ["帮我生成一个句子,描述春天的美好。", 30, 0.9, 0.95, 1.2, 5],
137
  ["给我讲一个笑话。", 50, 0.8, 0.9, 1.3, 6],
138
- ["Give me five english names.", 100, 0.9, 1.0, 1, 5]
139
  ]
140
  )
141
 
 
133
  undo_btn = "↩️ Remove last turn",
134
  clear_btn = "➕ New conversation",
135
  examples=[
136
+ ["给我5个英文名。", 100, 0.9, 0.95, 1.2, 1],
137
  ["给我讲一个笑话。", 50, 0.8, 0.9, 1.3, 6],
138
+ ["Describe spring in english.", 50, 0.9, 1.0, 1, 5]
139
  ]
140
  )
141