Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -266,7 +266,7 @@ with gr.Blocks(title="🧪 The Parallax Lab", theme=gr.themes.Soft()) as demo:
|
|
| 266 |
|
| 267 |
with gr.Row():
|
| 268 |
with gr.Column(scale=1):
|
| 269 |
-
input_image = gr.Image(type="pil", label="Upload Your Image", value="
|
| 270 |
|
| 271 |
gr.Markdown("### Effect Controls")
|
| 272 |
|
|
|
|
| 266 |
|
| 267 |
with gr.Row():
|
| 268 |
with gr.Column(scale=1):
|
| 269 |
+
input_image = gr.Image(type="pil", label="Upload Your Image", value="HW4_Dog.jpg")
|
| 270 |
|
| 271 |
gr.Markdown("### Effect Controls")
|
| 272 |
|