georgescutelnicu commited on
Commit
be1860c
1 Parent(s): 849ae30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def predict(img, translation_method, font):
21
  if translation_method == None:
22
  translation_method = "google"
23
  if font == None:
24
- font = "fonts/animeace_i.ttf""
25
 
26
  results = detect_bubbles(MODEL, img)
27
 
 
21
  if translation_method == None:
22
  translation_method = "google"
23
  if font == None:
24
+ font = "fonts/animeace_i.ttf"
25
 
26
  results = detect_bubbles(MODEL, img)
27