Spaces:
Running
on
Zero
Running
on
Zero
lemonaddie
commited on
Commit
•
29f06f1
1
Parent(s):
7bcbc69
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,
|