Spaces:
Running
Running
Increased limit for number of captions to include in the dataset
Browse files
run.py
CHANGED
@@ -6,7 +6,7 @@ from app.engine import PromptSearchEngine
|
|
6 |
from config import BACKEND_HOST, BACKEND_PORT
|
7 |
|
8 |
|
9 |
-
def download_and_prepare_dataset(limit: int =
|
10 |
"""
|
11 |
Download and prepare the dataset.
|
12 |
Args:
|
|
|
6 |
from config import BACKEND_HOST, BACKEND_PORT
|
7 |
|
8 |
|
9 |
+
def download_and_prepare_dataset(limit: int = 300000) -> list:
|
10 |
"""
|
11 |
Download and prepare the dataset.
|
12 |
Args:
|