Spaces:
Running
on
Zero
Running
on
Zero
guangkaixu
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -241,8 +241,8 @@ def run_demo_server(pipe_depth, pipe_normal, pipe_dis):
|
|
241 |
with gr.Column():
|
242 |
depth_image_input = gr.Image(
|
243 |
label="Input Image",
|
244 |
-
|
245 |
-
type="pil",
|
246 |
)
|
247 |
with gr.Row():
|
248 |
depth_image_submit_btn = gr.Button(
|
|
|
241 |
with gr.Column():
|
242 |
depth_image_input = gr.Image(
|
243 |
label="Input Image",
|
244 |
+
type="filepath",
|
245 |
+
# type="pil",
|
246 |
)
|
247 |
with gr.Row():
|
248 |
depth_image_submit_btn = gr.Button(
|