Spaces:
Sleeping
Sleeping
upping the limit to 1000
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ from pathlib import Path
|
|
18 |
import spaces
|
19 |
import zipfile
|
20 |
|
21 |
-
MAX_IMAGES =
|
22 |
|
23 |
is_spaces = True if os.environ.get('SPACE_ID') else False
|
24 |
|
|
|
18 |
import spaces
|
19 |
import zipfile
|
20 |
|
21 |
+
MAX_IMAGES = 1000
|
22 |
|
23 |
is_spaces = True if os.environ.get('SPACE_ID') else False
|
24 |
|