RamAnanth1 commited on
Commit
8b8976c
·
verified ·
1 Parent(s): 90b3fba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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