rezaenayati commited on
Commit
a7d988c
·
verified ·
1 Parent(s): 626ac99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -13,10 +13,8 @@ def predict(input_dict):
13
 
14
  image = input_dict["composite"]
15
 
16
- MAX_INTENSITY_SUM = 0.005272861870622912
17
-
18
 
19
-
20
  # Remove alpha channel (RGBA → RGB)
21
  image = image[:, :, :3]
22
 
 
13
 
14
  image = input_dict["composite"]
15
 
16
+ MAX_INTENSITY_SUM = 343
 
17
 
 
18
  # Remove alpha channel (RGBA → RGB)
19
  image = image[:, :, :3]
20