Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ demo = gr.Interface(fn=predict,
|
|
56 |
("Bing", "bing")],
|
57 |
label="Translation Method",
|
58 |
value="google"),
|
59 |
-
gr.Dropdown([("
|
60 |
("mangati", "fonts/mangati.ttf"),
|
61 |
("ariali", "fonts/ariali.ttf")],
|
62 |
label="Text Font",
|
|
|
56 |
("Bing", "bing")],
|
57 |
label="Translation Method",
|
58 |
value="google"),
|
59 |
+
gr.Dropdown([("Mangabey", "fonts/Mangabey.ttf"),
|
60 |
("mangati", "fonts/mangati.ttf"),
|
61 |
("ariali", "fonts/ariali.ttf")],
|
62 |
label="Text Font",
|