Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
| 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 |
)
|