osbm commited on
Commit
9bed0ba
·
1 Parent(s): 4356fad
Files changed (1) hide show
  1. app.py +1 -1
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):