Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ article = "<p style='text-align: center'></p>"
|
|
38 |
|
39 |
examples = [
|
40 |
#['PleaseRepeatLouder.jpg',['ja']],['ProhibitedInWhiteHouse.JPG',['en']],['BeautyIsTruthTruthisBeauty.JPG',['en']],
|
41 |
-
['COVID.png',['en']],['chinese.jpg',['ch_sim', 'en']],['japanese.jpg',['ja', 'en']],['Hindi.jpeg',['hi', 'en']]
|
42 |
]
|
43 |
|
44 |
css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"
|
|
|
38 |
|
39 |
examples = [
|
40 |
#['PleaseRepeatLouder.jpg',['ja']],['ProhibitedInWhiteHouse.JPG',['en']],['BeautyIsTruthTruthisBeauty.JPG',['en']],
|
41 |
+
['20-Books.jpg',['en']],['COVID.png',['en']],['chinese.jpg',['ch_sim', 'en']],['japanese.jpg',['ja', 'en']],['Hindi.jpeg',['hi', 'en']]
|
42 |
]
|
43 |
|
44 |
css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"
|