Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -59,7 +59,7 @@ demo = gr.Interface(fn=predict,
|
|
| 59 |
gr.Dropdown([("Wild Words Roman", "fonts/WildWordsRoman.ttf"),
|
| 60 |
("animeace_i", "fonts/animeace_i.ttf"),
|
| 61 |
("mangati", "fonts/mangati.ttf"),
|
| 62 |
-
("ariali", "fonts/ariali.ttf")
|
| 63 |
("ariali", "fonts/KOMIKAX_.ttf")],
|
| 64 |
label="Text Font",
|
| 65 |
value="fonts/WildWordsRoman.ttf")
|
|
|
|
| 59 |
gr.Dropdown([("Wild Words Roman", "fonts/WildWordsRoman.ttf"),
|
| 60 |
("animeace_i", "fonts/animeace_i.ttf"),
|
| 61 |
("mangati", "fonts/mangati.ttf"),
|
| 62 |
+
("ariali", "fonts/ariali.ttf"),
|
| 63 |
("ariali", "fonts/KOMIKAX_.ttf")],
|
| 64 |
label="Text Font",
|
| 65 |
value="fonts/WildWordsRoman.ttf")
|