lemonaddie commited on
Commit
2186adb
1 Parent(s): 2f12544

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ from gradio_imageslider import ImageSlider
14
  import spaces
15
 
16
  @spaces.GPU
17
- def depth_normal(img, pipe):
18
 
19
  pipe_out = pipe(
20
  input_image,
 
14
  import spaces
15
 
16
  @spaces.GPU
17
+ def depth_normal(img):
18
 
19
  pipe_out = pipe(
20
  input_image,