dkebudi commited on
Commit
d49f159
·
verified ·
1 Parent(s): 8a0d5c0

increased max images to 650

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 = 500
22
 
23
  is_spaces = True if os.environ.get('SPACE_ID') else False
24
 
 
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