Spaces:
Sleeping
Sleeping
update func
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ with st.form("login"):
|
|
| 25 |
|
| 26 |
|
| 27 |
def get_list_of_images():
|
| 28 |
-
all_files = hfh.
|
| 29 |
return all_files
|
| 30 |
|
| 31 |
|
|
|
|
| 25 |
|
| 26 |
|
| 27 |
def get_list_of_images():
|
| 28 |
+
all_files = hfh.get_paths_info(repo_id = "aifred-smart-life-coach/capstone-images", repo_type = "dataset")
|
| 29 |
return all_files
|
| 30 |
|
| 31 |
|