AItool commited on
Commit
1a10dc8
·
verified ·
1 Parent(s): a2a91cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ with gr.Blocks() as demo:
73
 
74
  # Examples section at the bottom
75
  gr.Examples(
76
- examples=["demo.jpg"], # put demo.jpg in repo
77
  inputs=inp,
78
  label="Try with demo image"
79
  )
 
73
 
74
  # Examples section at the bottom
75
  gr.Examples(
76
+ examples=["demo.png"],
77
  inputs=inp,
78
  label="Try with demo image"
79
  )