Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
["
|
137 |
["给我讲一个笑话。", 50, 0.8, 0.9, 1.3, 6],
|
138 |
-
["
|
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 |
|