Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ pipe = pipe.to(device)
|
|
| 41 |
def depth_normal(img):
|
| 42 |
|
| 43 |
pipe_out = pipe(
|
| 44 |
-
|
| 45 |
denoising_steps=10,
|
| 46 |
ensemble_size=1,
|
| 47 |
processing_res=768,
|
|
|
|
| 41 |
def depth_normal(img):
|
| 42 |
|
| 43 |
pipe_out = pipe(
|
| 44 |
+
img,
|
| 45 |
denoising_steps=10,
|
| 46 |
ensemble_size=1,
|
| 47 |
processing_res=768,
|