Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,6 @@ demo = gr.Interface(
|
|
27 |
title="Demo: UDOP for DocVQA",
|
28 |
description=description,
|
29 |
article=article,
|
30 |
-
enable_queue=True,
|
31 |
# examples=[["example_1.png", "When is the coffee break?"], ["example_2.jpeg", "What's the population of Stoddard?"]],
|
32 |
cache_examples=False)
|
33 |
|
|
|
27 |
title="Demo: UDOP for DocVQA",
|
28 |
description=description,
|
29 |
article=article,
|
|
|
30 |
# examples=[["example_1.png", "When is the coffee break?"], ["example_2.jpeg", "What's the population of Stoddard?"]],
|
31 |
cache_examples=False)
|
32 |
|