icashwave commited on
Commit
ce131c9
1 Parent(s): 34fab33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ def evaluate(
143
 
144
  # Examples and gradio blocks
145
  examples = [
146
- ["Write a song about flowers.", "", 300, 1.2, 0.5, 0.4, 0.4],
147
  ["寫一篇關於交通工程的車流理論模型之論文,需要詳細全面。","", 600, 1.2, 0.5, 0.4, 0.4],
148
  ["根據以下資訊,寫一篇文情並茂的文章。", "一位中年男子為追求事業成就,不斷奮鬥突破眼前遇到的難關。", 600, 1.2, 0.5, 0.4, 0.4]
149
 
 
143
 
144
  # Examples and gradio blocks
145
  examples = [
146
+ ["Write a song about flowers.", "", 200, 1.2, 0.5, 0.4, 0.4],
147
  ["寫一篇關於交通工程的車流理論模型之論文,需要詳細全面。","", 600, 1.2, 0.5, 0.4, 0.4],
148
  ["根據以下資訊,寫一篇文情並茂的文章。", "一位中年男子為追求事業成就,不斷奮鬥突破眼前遇到的難關。", 600, 1.2, 0.5, 0.4, 0.4]
149