Spaces:
Sleeping
Sleeping
try
Browse files
app.py
CHANGED
@@ -25,8 +25,8 @@ with st.form("login"):
|
|
25 |
|
26 |
|
27 |
def get_list_of_images():
|
28 |
-
|
29 |
-
return
|
30 |
|
31 |
|
32 |
def get_one_from_queue(voter: str):
|
|
|
25 |
|
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):
|