Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,9 +52,9 @@ def analyze_image(img):
|
|
| 52 |
|
| 53 |
return result_image
|
| 54 |
|
| 55 |
-
title = "
|
| 56 |
-
description = "
|
| 57 |
-
article = "
|
| 58 |
examples =[['publaynet_example.jpeg']]
|
| 59 |
css = ".output-image, .input-image, .image-preview {height: 600px !important}"
|
| 60 |
|
|
|
|
| 52 |
|
| 53 |
return result_image
|
| 54 |
|
| 55 |
+
title = "Document Layout Analysis"
|
| 56 |
+
description = ""
|
| 57 |
+
article = ""
|
| 58 |
examples =[['publaynet_example.jpeg']]
|
| 59 |
css = ".output-image, .input-image, .image-preview {height: 600px !important}"
|
| 60 |
|