to-be commited on
Commit
70b9cee
·
1 Parent(s): a9bc81e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ demo = gr.Interface(
49
  title="Demo: Donut 🍩 for Document Parsing",
50
  description=description,
51
  article=article,
52
- examples=[["3001.png"]],
53
  cache_examples=False)
54
 
55
  demo.launch()
 
49
  title="Demo: Donut 🍩 for Document Parsing",
50
  description=description,
51
  article=article,
52
+ examples=[["3001.jpg"]],
53
  cache_examples=False)
54
 
55
  demo.launch()