lemonaddie commited on
Commit
0c51e3e
1 Parent(s): 5f213fb

Update app1.py

Browse files
Files changed (1) hide show
  1. app1.py +1 -1
app1.py CHANGED
@@ -155,7 +155,7 @@ def run_demo():
155
  normal = gr.Image(interactive=False, height=384, show_label=False)
156
 
157
 
158
- run_btn.click(fn=partial(depth_normal),
159
  inputs=[input_image, denoising_steps,
160
  ensemble_size,
161
  processing_res,
 
155
  normal = gr.Image(interactive=False, height=384, show_label=False)
156
 
157
 
158
+ run_btn.click(fn=depth_normal,
159
  inputs=[input_image, denoising_steps,
160
  ensemble_size,
161
  processing_res,