mikeee commited on
Commit
5c73ad2
·
1 Parent(s): 7a72f2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -246,9 +246,14 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
246
  ["Write a pop song about leaving home for the sandy beaches."],
247
  ["Write a summary demonstrating my ability to tame lions"],
248
  ["鲁迅和周树人什么关系"],
 
 
 
 
249
  ["鲁迅和周树人什么关系 用英文回答"],
250
- ["以红楼梦的行文风格为张三写一张委婉的请假条。"],
251
  [f"{etext} 翻成中文,列出3个版本"],
 
252
  ],
253
  inputs = [user_input],
254
  )
 
246
  ["Write a pop song about leaving home for the sandy beaches."],
247
  ["Write a summary demonstrating my ability to tame lions"],
248
  ["鲁迅和周树人什么关系"],
249
+ ["从前有一头牛,这头牛后面有什么"],
250
+ ["正无穷大加一大于正无穷大吗?"],
251
+ ["-2的平方根等于什么"],
252
+ ["树上有11只鸟,猎人开枪打死了一只。树上还有几只鸟。提示:需考虑鸟可能受惊吓飞走。"],
253
  ["鲁迅和周树人什么关系 用英文回答"],
254
+ ["以红楼梦的行文风格写一张委婉的请假条。"],
255
  [f"{etext} 翻成中文,列出3个版本"],
256
+ ["js 判断一个数是不是质数"],
257
  ],
258
  inputs = [user_input],
259
  )