Ash2505 commited on
Commit
0711ccf
·
verified ·
1 Parent(s): b634739

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ description = (
147
  demo = gr.Interface(
148
  fn=process_image,
149
  inputs=[
150
- gr.Image(type="pil", label="Input Image"),
151
  gr.Slider(minimum=0, maximum=1, step=0.01, value=0.33, label="Foreground Depth Threshold"),
152
  gr.Slider(minimum=0, maximum=1, step=0.01, value=0.66, label="Middleground Depth Threshold")
153
  ],
 
147
  demo = gr.Interface(
148
  fn=process_image,
149
  inputs=[
150
+ gr.Image(type="pil", label="Input Image", value="https://i.ibb.co/fznz2b2b/hw3-q2.jpg"),
151
  gr.Slider(minimum=0, maximum=1, step=0.01, value=0.33, label="Foreground Depth Threshold"),
152
  gr.Slider(minimum=0, maximum=1, step=0.01, value=0.66, label="Middleground Depth Threshold")
153
  ],