Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ def analyze_image(img):
|
|
| 43 |
|
| 44 |
title = "Interactive demo: Document Layout Analysis with DiT"
|
| 45 |
description = "This is a demo for Microsoft's Document Image Transformer (DiT)."
|
| 46 |
-
examples =[['
|
| 47 |
|
| 48 |
iface = gr.Interface(fn=analyze_image,
|
| 49 |
inputs=gr.inputs.Image(type="numpy"),
|
|
|
|
| 43 |
|
| 44 |
title = "Interactive demo: Document Layout Analysis with DiT"
|
| 45 |
description = "This is a demo for Microsoft's Document Image Transformer (DiT)."
|
| 46 |
+
examples =[['publaynet_example.jpeg']]
|
| 47 |
|
| 48 |
iface = gr.Interface(fn=analyze_image,
|
| 49 |
inputs=gr.inputs.Image(type="numpy"),
|