George commited on
Commit
1f88ee5
1 Parent(s): 6460857

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def inference(filename):
59
  image_for_draw,
60
  text,
61
  position,
62
- font=None,
63
  font_size=15
64
  )
65
 
 
59
  image_for_draw,
60
  text,
61
  position,
62
+ font='simsun.ttc',
63
  font_size=15
64
  )
65