DonImages commited on
Commit
50c10d2
·
verified ·
1 Parent(s): dfee4d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ except Exception as e:
36
  exit()
37
 
38
 
39
- MAX_SEED = np.iinfo(np.int32).max
40
  MAX_IMAGE_SIZE = 1024
41
 
42
  @GPU(duration=65) # Only if in HF Space
 
36
  exit()
37
 
38
 
39
+ MAX_SEED = 99999999999
40
  MAX_IMAGE_SIZE = 1024
41
 
42
  @GPU(duration=65) # Only if in HF Space