Jokica17 commited on
Commit
61ef1e9
·
1 Parent(s): 664b898

Increased limit for number of captions to include in the dataset

Browse files
Files changed (1) hide show
  1. run.py +1 -1
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 = 3000) -> list:
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: