taesiri commited on
Commit
fc23186
1 Parent(s): 3ecc010

updated the urls

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -14,13 +14,9 @@ from tqdm import tqdm
14
  from SimSearch import FaissCosineNeighbors
15
 
16
  # DOWNLOAD THE DATASET and Files
 
17
  gdown.download(
18
- id="1kB1vNdVaNS1OGZ3K8BspBUKkPACCsnrG", output="GTAV-Videos.zip", quiet=False
19
- )
20
- gdown.download(
21
- id="1IF1ljcoFd31C-PA2SO8F5fEblDYf0Bw6",
22
- output="GTAV-embedding-vit32.zip",
23
- quiet=False,
24
  )
25
 
26
  # EXTRACT
 
14
  from SimSearch import FaissCosineNeighbors
15
 
16
  # DOWNLOAD THE DATASET and Files
17
+ gdown.download("https://static.taesiri.com/gamephysics/GTAV-Videos.zip", quiet=False)
18
  gdown.download(
19
+ "https://static.taesiri.com/gamephysics/GTA-V-Embeddings.zip", quiet=False
 
 
 
 
 
20
  )
21
 
22
  # EXTRACT