mikeee commited on
Commit
2c8d2b6
·
1 Parent(s): 4d1ed92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -247,7 +247,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
247
  ["Write a summary demonstrating my ability to tame lions"],
248
  ["鲁迅和周树人什么关系"],
249
  ["以红楼梦的行文风格写一张委婉的请假条。"],
250
- [f"{etext} 翻成中文,列出3个版本"], 
251
  ],
252
  inputs = [user_input],
253
  )
 
247
  ["Write a summary demonstrating my ability to tame lions"],
248
  ["鲁迅和周树人什么关系"],
249
  ["以红楼梦的行文风格写一张委婉的请假条。"],
250
+ [f"{etext} 翻成中文,列出3个版本"],
251
  ],
252
  inputs = [user_input],
253
  )