Spaces:
Runtime error
Runtime error
konfuzio-com
commited on
Commit
·
564a8ac
1
Parent(s):
57ccea7
Update app.py
Browse files
app.py
CHANGED
@@ -29,8 +29,7 @@ def inference(img, lang):
|
|
29 |
|
30 |
article = "<p style='text-align: center'></p>"
|
31 |
|
32 |
-
examples = [
|
33 |
-
['20-Books.jpg',['en']],['invoice.png',['en']]]
|
34 |
|
35 |
css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"
|
36 |
choices = [
|
|
|
29 |
|
30 |
article = "<p style='text-align: center'></p>"
|
31 |
|
32 |
+
examples = [['invoice.png',['en']]]
|
|
|
33 |
|
34 |
css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"
|
35 |
choices = [
|