Spaces:
Build error
Build error
fallback on initial number for test
Browse files
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 =
|
| 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)
|