Spaces:
Runtime error
Runtime error
lemonaddie
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ from gradio_imageslider import ImageSlider
|
|
14 |
import spaces
|
15 |
|
16 |
@spaces.GPU
|
17 |
-
def depth_normal(img
|
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,
|