Spaces:
Runtime error
Runtime error
Commit
·
dbade19
1
Parent(s):
aeb47d6
:bug: update count back to 150 per class
Browse files
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=
|
| 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 |
|