georgescutelnicu
commited on
Commit
•
5e85145
1
Parent(s):
be1860c
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ demo = gr.Interface(fn=predict,
|
|
54 |
"hf")],
|
55 |
label="Translation Method",
|
56 |
value="google"),
|
57 |
-
gr.Dropdown([("animeace_i",
|
58 |
("mangati", "fonts/mangati.ttf"),
|
59 |
("ariali", "fonts/ariali.ttf")],
|
60 |
label="Text Font",
|
|
|
54 |
"hf")],
|
55 |
label="Translation Method",
|
56 |
value="google"),
|
57 |
+
gr.Dropdown([("animeace_i", "fonts/animeace_i.ttf"),
|
58 |
("mangati", "fonts/mangati.ttf"),
|
59 |
("ariali", "fonts/ariali.ttf")],
|
60 |
label="Text Font",
|