Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ demo = gr.Interface(
|
|
51 |
title="Demo: Donut 🍩 for Document Parsing",
|
52 |
description=description,
|
53 |
article=article,
|
54 |
-
enable_queue=True,
|
55 |
examples=[["example.jpeg"]],
|
56 |
cache_examples=False)
|
57 |
|
|
|
51 |
title="Demo: Donut 🍩 for Document Parsing",
|
52 |
description=description,
|
53 |
article=article,
|
54 |
+
#enable_queue=True,
|
55 |
examples=[["example.jpeg"]],
|
56 |
cache_examples=False)
|
57 |
|