Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ demo = gr.Interface(
|
|
49 |
title="Demo: Donut 🍩 for Document Parsing",
|
50 |
description=description,
|
51 |
article=article,
|
52 |
-
examples=[["3001.
|
53 |
cache_examples=False)
|
54 |
|
55 |
demo.launch()
|
|
|
49 |
title="Demo: Donut 🍩 for Document Parsing",
|
50 |
description=description,
|
51 |
article=article,
|
52 |
+
examples=[["3001.jpg"]],
|
53 |
cache_examples=False)
|
54 |
|
55 |
demo.launch()
|