YuLu0713 commited on
Commit
820d7f0
·
verified ·
1 Parent(s): 75e9f94

Update app.py

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