Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,7 +55,6 @@ demo = gr.Interface(
|
|
| 55 |
title="Batch Demo: Donut 🍩 for Document Parsing",
|
| 56 |
description=description,
|
| 57 |
article=article,
|
| 58 |
-
enable_queue=True,
|
| 59 |
examples=[["example.png"], ["example_1.png"],["example_2.png"], ["example_3.png"],["example_4.png"]],
|
| 60 |
cache_examples=False)
|
| 61 |
|
|
|
|
| 55 |
title="Batch Demo: Donut 🍩 for Document Parsing",
|
| 56 |
description=description,
|
| 57 |
article=article,
|
|
|
|
| 58 |
examples=[["example.png"], ["example_1.png"],["example_2.png"], ["example_3.png"],["example_4.png"]],
|
| 59 |
cache_examples=False)
|
| 60 |
|