NightRaven109 commited on
Commit
3bc7f68
·
verified ·
1 Parent(s): 828e073

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -212,7 +212,7 @@ def infer(path_input, seed=None):
212
  blended_result = blend_numpy_images(
213
  cv2.cvtColor(depth_array, cv2.COLOR_RGB2BGR if len(depth_array.shape) == 3 else cv2.COLOR_GRAY2BGR),
214
  intensity_map,
215
- blend_factor=0.25,
216
  mode="normal"
217
  )
218
 
 
212
  blended_result = blend_numpy_images(
213
  cv2.cvtColor(depth_array, cv2.COLOR_RGB2BGR if len(depth_array.shape) == 3 else cv2.COLOR_GRAY2BGR),
214
  intensity_map,
215
+ blend_factor=0.15,
216
  mode="normal"
217
  )
218