Spaces:
Running
Running
How to Develop
- Create hub space from web.
- Clone that repository like
git clone https://huggingface.co/spaces/hitachi-nlp/FLD-metrics
- Update the repository.
- Note that the repository name and the main script name must be the same, e.g.,
hitachi-nlp/FLD_metrics
andFLD_metrics.py
- See here for how to write scripts.
- We have to delete html and css files if we want to show the README.md at the top page.
- Note that the repository name and the main script name must be the same, e.g.,
- Push to the hub like
git push git@hf.co:spaces/hitachi-nlp/FLD-metrics main