hunyuan-t commited on
Commit
7be3f68
1 Parent(s): 87c2e70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -71,8 +71,9 @@ def respond(
71
  raise gr.Error(f"发生错误: {str(e)}")
72
 
73
  example_prompts = [
 
 
74
  ["写一篇关于青春的五言绝句"],
75
- ["How is the Democratic Party different from the Republican Party?"],
76
  ["一枚反面朝上的硬币,被翻转了15下后,它的上面是正面,这个说法正确吗?"]
77
  ]
78
 
 
71
  raise gr.Error(f"发生错误: {str(e)}")
72
 
73
  example_prompts = [
74
+ ["How to cook Kung Pao chicken the tastiest?"],
75
+ ["Help me create an email expressing my greetings to an old friend."],
76
  ["写一篇关于青春的五言绝句"],
 
77
  ["一枚反面朝上的硬币,被翻转了15下后,它的上面是正面,这个说法正确吗?"]
78
  ]
79