Mmoney commited on
Commit
000698e
·
verified ·
1 Parent(s): e0c5307

Update predict.py

Browse files

![Screenshot_20240904-072105_Chrome.jpg](https://cdn-uploads.huggingface.co/production/uploads/66d7edabcd604edb6955de22/wO0D9VRhS6Eq_sAsuH1wI.jpeg)

Files changed (1) hide show
  1. 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)