firagne commited on
Commit
29d8a43
·
1 Parent(s): 67ee379

fallback on initial number for test

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ python_path = hf_hub_download(
30
  sys.path.append(os.environ["PRIVATE_DIR"])
31
  from models import *
32
 
33
- max_results = 200
34
  max_output = 50
35
 
36
  # global (faster)
 
30
  sys.path.append(os.environ["PRIVATE_DIR"])
31
  from models import *
32
 
33
+ max_results = 100
34
  max_output = 50
35
 
36
  # global (faster)