Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Saturdays
/
retinal-disease
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
marcossalinas
commited on
Apr 28, 2022
Commit
d925fb3
·
1 Parent(s):
6bd53d4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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