Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ with image_blocks as demo:
|
|
81 |
image_out = gr.Image(label="Removal Result", elem_id="output-img")
|
82 |
with gr.Row():
|
83 |
gr.Examples(examples=[
|
84 |
-
'examples/lssd2025.jpg'
|
85 |
'examples/web-shadow0248.jpg',
|
86 |
], inputs=[image])
|
87 |
|
|
|
81 |
image_out = gr.Image(label="Removal Result", elem_id="output-img")
|
82 |
with gr.Row():
|
83 |
gr.Examples(examples=[
|
84 |
+
'examples/lssd2025.jpg',
|
85 |
'examples/web-shadow0248.jpg',
|
86 |
], inputs=[image])
|
87 |
|