Spaces:
Running
Running
Update app.py
Browse files
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=["
|
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 |
)
|