Spaces:
Runtime error
Runtime error
Commit
·
e0c01fe
1
Parent(s):
ba43c4b
Update app.py
Browse files
app.py
CHANGED
@@ -184,7 +184,7 @@ description = 'Multilingual OCR which works conveniently on all devices in multi
|
|
184 |
article = "<p style='text-align: center'></p>"
|
185 |
|
186 |
examples = [
|
187 |
-
['test.mp4',['en'],10,]
|
188 |
]
|
189 |
|
190 |
css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"
|
|
|
184 |
article = "<p style='text-align: center'></p>"
|
185 |
|
186 |
examples = [
|
187 |
+
['test.mp4',['en'],10,False,True,True,1]
|
188 |
]
|
189 |
|
190 |
css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"
|