gwkrsrch commited on
Commit
bb81887
1 Parent(s): 77a91d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 `{task_name}` task",
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)