yeecin commited on
Commit
5823579
1 Parent(s): ec0b860
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -51,9 +51,9 @@ title = 'PaddleOCR'
51
  description = 'Gradio demo for PaddleOCR.'
52
 
53
  examples = [
54
- ['example_imgs/example.jpg' ,'en' ,0.5] ,
55
- ['example_imgs/ch.jpg' ,'ch' ,0.7] ,
56
- ['example_imgs/img_12.jpg' ,'en' ,0.7] ,
57
  ]
58
 
59
  css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"
 
51
  description = 'Gradio demo for PaddleOCR.'
52
 
53
  examples = [
54
+ # ['example_imgs/example.jpg' ,'en' ,0.5] ,
55
+ # ['example_imgs/ch.jpg' ,'ch' ,0.7] ,
56
+ # ['example_imgs/img_12.jpg' ,'en' ,0.7] ,
57
  ]
58
 
59
  css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"