Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -56,9 +56,8 @@ 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/Mangabey.ttf")
|
62 |
("ariali", "fonts/ariali.ttf")],
|
63 |
label="Text Font",
|
64 |
value="fonts/Mangabey.ttf")
|
|
|
56 |
("Bing", "bing")],
|
57 |
label="Translation Method",
|
58 |
value="google"),
|
59 |
+
gr.Dropdown([("ariali", "fonts/Mangabey.ttf"),
|
60 |
("mangati", "fonts/mangati.ttf"),
|
|
|
61 |
("ariali", "fonts/ariali.ttf")],
|
62 |
label="Text Font",
|
63 |
value="fonts/Mangabey.ttf")
|