Spaces:
Build error
Build error
Geewook Kim
commited on
Commit
·
bb81887
1
Parent(s):
77a91d3
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ demo = gr.Interface(
|
|
| 30 |
fn=demo_process,
|
| 31 |
inputs=gr.inputs.Image(type="pil"),
|
| 32 |
outputs="json",
|
| 33 |
-
title=f"Donut 🍩 demonstration for `
|
| 34 |
examples=[["cord_sample_receipt.jpg"]],
|
| 35 |
)
|
| 36 |
demo.launch(debug=True)
|
|
|
|
| 30 |
fn=demo_process,
|
| 31 |
inputs=gr.inputs.Image(type="pil"),
|
| 32 |
outputs="json",
|
| 33 |
+
title=f"Donut 🍩 demonstration for `cord-v2` task",
|
| 34 |
examples=[["cord_sample_receipt.jpg"]],
|
| 35 |
)
|
| 36 |
demo.launch(debug=True)
|