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

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','Englisg'],['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','English'],['spanish.png','Spanish']]
35
  css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"
36
  app = gr.Interface(
37
  inference,