nielsr HF staff commited on
Commit
5b6b34d
1 Parent(s): 45a9bd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def analyze_image(img):
43
 
44
  title = "Interactive demo: Document Layout Analysis with DiT"
45
  description = "This is a demo for Microsoft's Document Image Transformer (DiT)."
46
- examples =[['document.png']]
47
 
48
  iface = gr.Interface(fn=analyze_image,
49
  inputs=gr.inputs.Image(type="numpy"),
 
43
 
44
  title = "Interactive demo: Document Layout Analysis with DiT"
45
  description = "This is a demo for Microsoft's Document Image Transformer (DiT)."
46
+ examples =[['publaynet_example.jpeg']]
47
 
48
  iface = gr.Interface(fn=analyze_image,
49
  inputs=gr.inputs.Image(type="numpy"),