Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Gladiator
/
Sartorius-Cell-Segmentation
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Gladiator
commited on
Jan 21, 2022
Commit
c384dba
·
1 Parent(s):
a6c7909
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -66,4 +66,4 @@ if __name__ == "__main__":
66
**model_params
67
)
68
69
-
print
(
len(
preds)
)
66
**model_params
67
)
68
69
+
st.image
(preds
[0]
)