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