yourusername commited on
Commit
dbade19
1 Parent(s): aeb47d6

:bug: update count back to 150 per class

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ def main():
143
 
144
  with repo.commit("Uploaded from HuggingPics Explorer"):
145
  make_huggingpics_imagefolder(
146
- imagefolder_path, names, count=20, overwrite=True, resume=False, streamlit=True
147
  )
148
  zip_imagefolder(imagefolder_path, zipfile_path)
149
 
 
143
 
144
  with repo.commit("Uploaded from HuggingPics Explorer"):
145
  make_huggingpics_imagefolder(
146
+ imagefolder_path, names, count=150, overwrite=True, resume=False, streamlit=True
147
  )
148
  zip_imagefolder(imagefolder_path, zipfile_path)
149