Spaces:
Runtime error
Runtime error
File size: 346 Bytes
99e8fc6 |
1 2 3 4 5 6 7 |
from huggingface_hub import hf_hub_download
hf_hub_download(repo_id="GLIPModel/GLIP", filename="glip_large_model.pth",
local_dir="./pretrained_models/GLIP/checkpoints")
hf_hub_download(repo_id="VDebugger/xvlm_retrieval_mscoco", filename="retrieval_mscoco_checkpoint_9.pth",
local_dir="./pretrained_models/xvlm/")
|