Abinivesh commited on
Commit
8c82179
·
verified ·
1 Parent(s): bb16d1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ load_fn(models)
39
  print("Models loaded successfully.")
40
 
41
  # Constants
42
- num_models = 1
43
  starting_seed = randint(1941, 2024)
44
  MAX_SEED = 3999999999
45
  inference_timeout = 600
 
39
  print("Models loaded successfully.")
40
 
41
  # Constants
42
+ num_models = 6
43
  starting_seed = randint(1941, 2024)
44
  MAX_SEED = 3999999999
45
  inference_timeout = 600