Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -79,7 +79,7 @@ with left:
|
|
79 |
with st.spinner("Downloading and indexing demo images..."):
|
80 |
st.session_state.demo_collection.delete(ids=[str(i) for i in range(50)])
|
81 |
demo_image_paths, demo_images = [], []
|
82 |
-
for i in range(
|
83 |
path = os.path.join(DEMO_DIR, f"img_{i+1:02}.jpg")
|
84 |
if not os.path.exists(path):
|
85 |
url = f"https://picsum.photos/seed/{i}/1024/768"
|
|
|
79 |
with st.spinner("Downloading and indexing demo images..."):
|
80 |
st.session_state.demo_collection.delete(ids=[str(i) for i in range(50)])
|
81 |
demo_image_paths, demo_images = [], []
|
82 |
+
for i in range(50):
|
83 |
path = os.path.join(DEMO_DIR, f"img_{i+1:02}.jpg")
|
84 |
if not os.path.exists(path):
|
85 |
url = f"https://picsum.photos/seed/{i}/1024/768"
|