ariG23498 HF staff commited on
Commit
b714526
·
verified ·
1 Parent(s): 645a64b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ with gr.Blocks(title="Image Analyzer") as demo:
62
 
63
  # Add example images
64
  examples = gr.Examples(
65
- examples=["./assets/image_3.jpg"],
66
  inputs=image_input,
67
  label="Try with this example"
68
  )
 
62
 
63
  # Add example images
64
  examples = gr.Examples(
65
+ examples=["shot.jpg"],
66
  inputs=image_input,
67
  label="Try with this example"
68
  )