taesiri commited on
Commit
fbf0a1f
1 Parent(s): fc23186

fix output

Browse files
Files changed (1) hide show
  1. app.py +8 -2
app.py CHANGED
@@ -14,9 +14,15 @@ from tqdm import tqdm
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
14
  from SimSearch import FaissCosineNeighbors
15
 
16
  # DOWNLOAD THE DATASET and Files
 
17
  gdown.download(
18
+ "https://static.taesiri.com/gamephysics/GTAV-Videos.zip",
19
+ "./GTAV-Videos.zip",
20
+ quiet=False,
21
+ )
22
+ gdown.download(
23
+ "https://static.taesiri.com/gamephysics/GTA-V-Embeddings.zip",
24
+ "./GTA-V-Embeddings.zip",
25
+ quiet=False,
26
  )
27
 
28
  # EXTRACT