simran0608 commited on
Commit
b0911de
·
verified ·
1 Parent(s): 5869149

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def inference(img, lang):
31
  title = 'PaddleOCR'
32
  description = 'PaddleOCR demo supports Spanish and English'
33
  article = ""
34
- examples = [['english.png','English'],['spanish.png','Spanish']]
35
  css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"
36
  app = gr.Interface(
37
  inference,
 
31
  title = 'PaddleOCR'
32
  description = 'PaddleOCR demo supports Spanish and English'
33
  article = ""
34
+ examples = [['english.png','en'],['spanish.png','es']]
35
  css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"
36
  app = gr.Interface(
37
  inference,