Spaces:
Sleeping
Sleeping
yuxj
commited on
Commit
•
782fcf5
1
Parent(s):
06945e5
修正错别字
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def model_3(text):
|
|
24 |
return translator_3_tokenizer.batch_decode(generated_tokens, skip_special_tokens = True)[0]
|
25 |
|
26 |
def on_click(text):
|
27 |
-
print('input: ',
|
28 |
res_1 = model_1(text)
|
29 |
print('model_1: ', res_1)
|
30 |
res_2 = model_2(text)
|
|
|
24 |
return translator_3_tokenizer.batch_decode(generated_tokens, skip_special_tokens = True)[0]
|
25 |
|
26 |
def on_click(text):
|
27 |
+
print('input: ', text)
|
28 |
res_1 = model_1(text)
|
29 |
print('model_1: ', res_1)
|
30 |
res_2 = model_2(text)
|