Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AustinL
/
HematoTech
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AustinL
commited on
Apr 16, 2024
Commit
de89db3
·
verified
·
1 Parent(s):
41727cc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -22,7 +22,6 @@ import gradio as gr
22
23
import gradio as gr
24
25
-
from fastai.vision.all import*
26
27
def is_healthy(x): return x[0].isupper()
28
22
23
import gradio as gr
24
25
26
def is_healthy(x): return x[0].isupper()
27