hunyuan-t commited on
Commit
4a7cd39
·
verified ·
1 Parent(s): 82c7960

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -76,11 +76,11 @@ def respond(
76
  raise gr.Error(f"发生错误: {str(e)}")
77
 
78
  example_prompts = [
79
- ["Write a short papragraph where the 1st letter of each sentence spells out the word 'CODE'. The message should appear natural and not obviously hide this pattern."],
80
- ["Compose an engaging travel blog post about a recent trip to Hawaii, highlighting cultural experiences and must-see attractions."],
81
- ["Why has online learning been able to spread rapidly in recent years?"],
82
- ["How many 'e' in Deeplearning?"],
83
- ["Write a 3-line poem"]
84
  ]
85
  latex_delimiters = [
86
  {"left": "$$", "right": "$$", "display": True},
 
76
  raise gr.Error(f"发生错误: {str(e)}")
77
 
78
  example_prompts = [
79
+ ["Write a short papragraph where the 1st letter of each sentence spells out the word 'CODE'. The message should appear natural and not obviously hide this pattern.", "", 64, 0.3, 0.9],
80
+ ["Compose an engaging travel blog post about a recent trip to Hawaii, highlighting cultural experiences and must-see attractions.", "", 64, 0.3, 0.9],
81
+ ["Why has online learning been able to spread rapidly in recent years?", "", 64, 0.3, 0.9],
82
+ ["How many 'e' in Deeplearning?", "", 64, 0.3, 0.9],
83
+ ["Write a 3-line poem", "", 64, 0.3, 0.9]
84
  ]
85
  latex_delimiters = [
86
  {"left": "$$", "right": "$$", "display": True},