Spaces:
Runtime error
Runtime error
Move model to model Repository
#1
by
radames
- opened
hi
@xinyu1205
,
thanks for amazing work,
could you please move your model tag2text_swin_14m.pth
to a model repository? this will make easier for other folks to reuse it
Then you can do this
from huggingface_hub import hf_hub_download
model_path = f_hub_download(repo_id="xinyu1205/tag2text_model", filename="tag2text_swin_14m.pth")
@xinyu1205 your project is truly amazing, we appreciate you open-sourcing and sharing with the community