Spaces:
Runtime error
Runtime error
stupidog04
commited on
Commit
·
58c7220
1
Parent(s):
22849cc
Update app.py
Browse files
app.py
CHANGED
@@ -134,7 +134,7 @@ description = 'Multilingual OCR which works conveniently on all devices in multi
|
|
134 |
article = "<p style='text-align: center'></p>"
|
135 |
|
136 |
examples = [
|
137 |
-
['test.mp4',['en']]
|
138 |
]
|
139 |
|
140 |
css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"
|
|
|
134 |
article = "<p style='text-align: center'></p>"
|
135 |
|
136 |
examples = [
|
137 |
+
['test.mp4',['en'],10]
|
138 |
]
|
139 |
|
140 |
css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"
|