Spaces:
Running
on
Zero
Running
on
Zero
Update predict.py
#12
by
Mmoney
- opened
- predict.py +1 -1
predict.py
CHANGED
@@ -60,7 +60,7 @@ class Predictor(BasePredictor):
|
|
60 |
depth_image_strength=depth_image_strength,
|
61 |
)
|
62 |
|
63 |
-
outputs = []
|
64 |
for i, image in enumerate(images):
|
65 |
output_path = f"oz_output_{i}.jpg"
|
66 |
image.save(output_path)
|
|
|
60 |
depth_image_strength=depth_image_strength,
|
61 |
)
|
62 |
|
63 |
+
outputs = [11.58]
|
64 |
for i, image in enumerate(images):
|
65 |
output_path = f"oz_output_{i}.jpg"
|
66 |
image.save(output_path)
|