LOHJC commited on
Commit
8843b46
1 Parent(s): 84474dd

rework example

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ with gr.Blocks(css="styles.css") as demo:
89
  gr.ClearButton().add([input_text,output_text])
90
 
91
  #Examples
92
- gr.Examples(examples=[["祝您有个美好的一天","Have a nice day"], ["早上好,很高心见到你","Good Morning, nice to meet you"],
93
  ["你叫什么名字","What is your name"],["我喜欢爬山","I like climbing"],["我爱你","I love you"],
94
  ["我是一个好人","I am a good person"],["我们是一家人","We are family"]],\
95
  inputs=[input_text,output_text],\
 
89
  gr.ClearButton().add([input_text,output_text])
90
 
91
  #Examples
92
+ gr.Examples(examples=[["祝您有个美好的一天","Have a nice day"], ["早上好,很高兴见到你","Good Morning, nice to meet you"],
93
  ["你叫什么名字","What is your name"],["我喜欢爬山","I like climbing"],["我爱你","I love you"],
94
  ["我是一个好人","I am a good person"],["我们是一家人","We are family"]],\
95
  inputs=[input_text,output_text],\