guangkaixu commited on
Commit
416ea46
·
verified ·
1 Parent(s): 05bcd9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- # type="filepath",
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(