Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ferferefer
/
Glaucoma_RIM
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ferferefer
commited on
Apr 16, 2024
Commit
4e31cd6
·
1 Parent(s):
1b64fee
commit
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -47,5 +47,5 @@ if st.button('PREDICT'):
47
image1 = np.array(image1)
48
49
50
-
st.image(image1,
width
=
500
)
51
47
image1 = np.array(image1)
48
49
50
+
st.image(image1,
caption
=
'Uploaded Image', use_column_width=True
)
51