heksskhd commited on
Commit
81a55a0
·
verified ·
1 Parent(s): f3ab053

Update app.py

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