Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ demo = gr.Interface(
|
|
27 |
title="Demo: UDOP for DocVQA",
|
28 |
description=description,
|
29 |
article=article,
|
30 |
-
examples=[["
|
31 |
cache_examples=True)
|
32 |
|
33 |
demo.launch()
|
|
|
27 |
title="Demo: UDOP for DocVQA",
|
28 |
description=description,
|
29 |
article=article,
|
30 |
+
examples=[["example_1.png", "When is the coffee break?"]],
|
31 |
cache_examples=True)
|
32 |
|
33 |
demo.launch()
|