๐Ÿšฉ Report : Not working

#1
by fjenett - opened

Space gives 404

It stops working.

Thanks for raising the issue @fjenett @aetherwu , this is caused because the model weights have been moved from the google drive by the authors. Will let you know once I add other sources for downloading the weights :)

conceptual_weight = hf_hub_download(repo_id="akhaliq/CLIP-prefix-captioning-conceptual-weights", filename="conceptual_weights.pt")
coco_weight = hf_hub_download(repo_id="akhaliq/CLIP-prefix-captioning-COCO-weights", filename="coco_weights.pt")

Should be as simple as that โ€ฆ

Sign up or log in to comment