-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to check if a space is duplicated from another one using HF API? #1435
Comments
Hi! I'm working with @clefourrier - we're trying to automatically parse duplicated spaces (to ignore them),
Would there be a way to make this latter info available through the API, and/or to sync both methods? |
cc @Wauplin maybe, for the hf_hub aspects? |
Unfortunately I don't think this info is publicly available via API (cc @coyotte508) |
Thanks, but how could I automatically detect if a space is duplicated from other spaces? |
yes I don't think so at the moment, although it's in DB ( |
at the moment you can do: (curl https://huggingface.co/spaces/huggingfacejs/push-model-from-web | grep "Duplicated from") && echo "yes" || echo "no"
(curl https://huggingface.co/spaces/coyotte508/test-req | grep "Duplicated from") && echo "yes" || echo "no" |
I cannot find any related specifications in the documentation...Thanks!
The text was updated successfully, but these errors were encountered: