Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
espnet
/
cvss-c_es-en_s2st
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
17c8086
cvss-c_es-en_s2st
/
utils.py
tjysdsg
Move model downloading to initialization stage
ed95978
over 1 year ago
raw
Copy download link
history
blame
Safe
156 Bytes
def
download_model
(
tag:
str
, out_dir:
str
):
from
huggingface_hub
import
snapshot_download
return
snapshot_download(repo_id=tag, local_dir=out_dir)