marcossalinas commited on
Commit
d925fb3
·
1 Parent(s): 6bd53d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import cv2
4
  import gradio as gr
5
 
6
  SIDE_IMG = 320
7
- BLACK_TOLERANCE = 10
8
 
9
  LIMIT_FOR_DISEASE = 0.8
10
 
 
4
  import gradio as gr
5
 
6
  SIDE_IMG = 320
7
+ BLACK_TOLERANCE = 20
8
 
9
  LIMIT_FOR_DISEASE = 0.8
10