Spaces:
Running
Running
A newer version of the Streamlit SDK is available:
1.40.0
Note on model registration
- Use
ast
to parse model classes from the uploaded script. - Add the classes and their supported tasks to the model registry file
registry.yaml
. - Run tests on HF Space to ensure the model is working as expected.
- Push files to the Hub and sync with github repository.
- Use HF webhook to check the status of benchmark tasks (pass, fail, null), run unfinisehd tasks and visualize the results on leaderboard. [guide]