Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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,
|