Spaces:
Build error
Build error
Update app.py
Browse files
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','
|
| 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,
|