Spaces:
Sleeping
Sleeping
refresh
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ with st.form("login"):
|
|
26 |
|
27 |
def get_list_of_images():
|
28 |
fs = hfh.HfFileSystem()
|
29 |
-
return fs.ls("datasets/aifred-smart-life-coach/capstone-images", detail=False)
|
30 |
|
31 |
|
32 |
def get_one_from_queue(voter: str):
|
|
|
26 |
|
27 |
def get_list_of_images():
|
28 |
fs = hfh.HfFileSystem()
|
29 |
+
return fs.ls("datasets/aifred-smart-life-coach/capstone-images", detail=False, refresh=True)
|
30 |
|
31 |
|
32 |
def get_one_from_queue(voter: str):
|