heksskhd commited on
Commit
f3ab053
·
verified ·
1 Parent(s): 20599dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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([("animeace_i", "fonts/animeace_i.ttf"),
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")