Update app.py
Browse files
app.py
CHANGED
@@ -32,5 +32,6 @@ demo = gr.Interface(
|
|
32 |
outputs="json",
|
33 |
title=f"Donut 🍩 demonstration for `cord-v2` task",
|
34 |
examples=[["cord_sample_receipt.jpg"]],
|
|
|
35 |
)
|
36 |
-
demo.launch(
|
|
|
32 |
outputs="json",
|
33 |
title=f"Donut 🍩 demonstration for `cord-v2` task",
|
34 |
examples=[["cord_sample_receipt.jpg"]],
|
35 |
+
cache_examples=False,
|
36 |
)
|
37 |
+
demo.launch()
|