hoh2000's picture
Update app.py
9cea247 verified
raw
history blame
169 Bytes
from huggingface_hub import snapshot_download
local_dir = snapshot_download(repo_id="cloudqi/cqi_text_to_image_pt_v0")
print(f"Model files downloaded to: {local_dir}")