Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def analyze_image(img):
|
|
55 |
title = "Document Layout Analysis"
|
56 |
description = ""
|
57 |
article = ""
|
58 |
-
examples =[['publaynet_example.jpeg'] ,['russian.
|
59 |
css = ".output-image, .input-image, .image-preview {height: 600px !important}"
|
60 |
|
61 |
iface = gr.Interface(fn=analyze_image,
|
|
|
55 |
title = "Document Layout Analysis"
|
56 |
description = ""
|
57 |
article = ""
|
58 |
+
examples =[['publaynet_example.jpeg'] ,['russian.png'],['another.png']]
|
59 |
css = ".output-image, .input-image, .image-preview {height: 600px !important}"
|
60 |
|
61 |
iface = gr.Interface(fn=analyze_image,
|