We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Is your feature request related to a problem? Please describe. Allow users listing spaces similar to how they can list models and datasets
We can use something like this for example
HF_LIST_ENDPOINT = HF_ENDPOINT + "/api/spaces?filter={type}" r = requests.get(HF_LIST_ENDPOINT.format(type=type)) r.raise_for_status() d = r.json()
cc @lvwerra
The text was updated successfully, but these errors were encountered:
list_evaluation_modules
Indeed, should be simple to add! I've added some labels, happy to review a PR! :)
Sorry, something went wrong.
I'd like to work on this!
Sounds good! Feel free to open a PR for this and let us know if you have any questions 🔥
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Allow users listing spaces similar to how they can list models and datasets
We can use something like this for example
cc @lvwerra
The text was updated successfully, but these errors were encountered: