Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ demo = gr.Interface(
|
|
| 22 |
title="Demo: pix2struct for DocVQA",
|
| 23 |
description=description,
|
| 24 |
article=article,
|
| 25 |
-
examples=[["
|
| 26 |
cache_examples=False)
|
| 27 |
|
| 28 |
demo.launch()
|
|
|
|
| 22 |
title="Demo: pix2struct for DocVQA",
|
| 23 |
description=description,
|
| 24 |
article=article,
|
| 25 |
+
examples=[["docvqa_example.png", "How many items are sold?"]],
|
| 26 |
cache_examples=False)
|
| 27 |
|
| 28 |
demo.launch()
|