Ronald-M commited on
Commit
8930f8d
·
verified ·
1 Parent(s): cc98150

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="./HW4_dog.jpg")
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