YuLu0713 commited on
Commit
f59fce3
·
verified ·
1 Parent(s): f480044

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,8 +122,8 @@ with gr.Blocks(title="Seed-X") as demo:
122
  examples=[
123
  ["我说一句你说一车啊", "Chinese", "English"],
124
  ["离谱她妈给离谱开门,离谱到家了", "Chinese", "English"],
 
125
  ["Their relationship is a total situationship.", "English", "Chinese"],
126
- ["雨女无瓜", "Chinese", "Chinese"],
127
  ],
128
  inputs=[source_text, source_lang, target_lang],
129
  outputs=target_text,
 
122
  examples=[
123
  ["我说一句你说一车啊", "Chinese", "English"],
124
  ["离谱她妈给离谱开门,离谱到家了", "Chinese", "English"],
125
+ ["雨女无瓜", "Chinese", "English"],
126
  ["Their relationship is a total situationship.", "English", "Chinese"],
 
127
  ],
128
  inputs=[source_text, source_lang, target_lang],
129
  outputs=target_text,