gwkrsrch commited on
Commit
69dc956
1 Parent(s): 7275d93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,6 +31,6 @@ demo = gr.Interface(
31
  inputs="image",
32
  outputs="json",
33
  title=f"Donut 🍩 demonstration for `cord-v2` task",
34
- examples=[["cord_sample_receipt.jpg"]],
35
  )
36
  demo.launch(debug=True)
 
31
  inputs="image",
32
  outputs="json",
33
  title=f"Donut 🍩 demonstration for `cord-v2` task",
34
+ examples=None,
35
  )
36
  demo.launch(debug=True)