dkebudi commited on
Commit
24cb3e6
1 Parent(s): d49f159

upping the limit to 1000

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ from pathlib import Path
18
  import spaces
19
  import zipfile
20
 
21
- MAX_IMAGES = 750
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