Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
BennoKrojer
/
imagecode-demo
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
BennoKrojer
commited on
May 4, 2022
Commit
806e1e1
·
1 Parent(s):
08682b3
load image list
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -18,4 +18,4 @@ if st.button('Prev'):
18
if index > 0:
19
index = index -1
20
21
-
st.image(
image
[index], use_column_width=True)
18
if index > 0:
19
index = index -1
20
21
+
st.image(
images
[index], use_column_width=True)