georgescutelnicu
commited on
Commit
•
bb3c207
1
Parent(s):
35019e5
Upload app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ demo = gr.Interface(fn=predict,
|
|
53 |
("Helsinki-NLP's opus-mt-ja-en model",
|
54 |
"hf"),
|
55 |
("Baidu", "baidu"),
|
56 |
-
("Bing", "bing")],
|
57 |
label="Translation Method",
|
58 |
value="google"),
|
59 |
gr.Dropdown([("animeace_i", "fonts/animeace_i.ttf"),
|
|
|
53 |
("Helsinki-NLP's opus-mt-ja-en model",
|
54 |
"hf"),
|
55 |
("Baidu", "baidu"),
|
56 |
+
("Bing", "bing")],
|
57 |
label="Translation Method",
|
58 |
value="google"),
|
59 |
gr.Dropdown([("animeace_i", "fonts/animeace_i.ttf"),
|