hunyuan-t commited on
Commit
3da25bf
·
verified ·
1 Parent(s): b9b9bc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -66,10 +66,11 @@ def respond(
66
  raise gr.Error(f"发生错误: {str(e)}")
67
 
68
  example_prompts = [
69
- ["How to cook Kung Pao chicken the tastiest?"],
70
- ["Help me create an email expressing my greetings to an old friend."],
71
- ["写一篇关于青春的五言绝句"],
72
- ["醋酸乙酯能与水混合吗"]
 
73
  ]
74
  latex_delimiters = [
75
  {"left": "$$", "right": "$$", "display": True},
 
66
  raise gr.Error(f"发生错误: {str(e)}")
67
 
68
  example_prompts = [
69
+ ["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."],
70
+ ["How many 'e' in Deeplearning?"],
71
+ ["Write a 3-line poem"],
72
+ ["Compose an engaging travel blog post about a recent trip to Hawaii, highlighting cultural experiences and must-see attractions."],
73
+ ["Why has online learning been able to spread rapidly in recent years?"]
74
  ]
75
  latex_delimiters = [
76
  {"left": "$$", "right": "$$", "display": True},