feedback_forensics.tools.ff_hfspace_rebuild#
Command line tool to trigger a rebuild of a Hugging Face Space.
Module Contents#
Functions#
Trigger a rebuild of a Hugging Face Space. |
|
Main entry point for the command line tool. |
API#
- feedback_forensics.tools.ff_hfspace_rebuild.rebuild_space(repo_id: str) None#
Trigger a rebuild of a Hugging Face Space.
Args: repo_id: The repository ID of the Hugging Face Space (format: username/space-name) token: Hugging Face API token. If None, will use the token from the Hugging Face CLI.
- feedback_forensics.tools.ff_hfspace_rebuild.main()#
Main entry point for the command line tool.