Spaces:
Runtime error
Runtime error
Update run.py
Browse files
run.py
CHANGED
@@ -10,6 +10,7 @@ import pyarrow.parquet as pq
|
|
10 |
import hashlib
|
11 |
import os
|
12 |
import csv
|
|
|
13 |
|
14 |
# pip install --no-cache-dir huggingface_hub[hf_transfer]
|
15 |
def single_download(repo, fname, token, endpoint):
|
|
|
10 |
import hashlib
|
11 |
import os
|
12 |
import csv
|
13 |
+
import av
|
14 |
|
15 |
# pip install --no-cache-dir huggingface_hub[hf_transfer]
|
16 |
def single_download(repo, fname, token, endpoint):
|