gwkrsrch commited on
Commit
818bbf4
1 Parent(s): 0afc153

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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(debug=True)
 
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()