Gauravadlakha1509/bread-classfier
0
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
FastHTML Hello World
A simple Hello World web application using FastHTML and MonsterUI for Hugging Face Spaces.
Features
- Clean, modern UI with MonsterUI styling
- Simple interactive button using HTMX
- Ready to deploy to Hugging Face Spaces
Deployment
To deploy this application to Hugging Face Spaces:
- Create a free account on Hugging Face
- Go to your account settings and create an access token with write access
- Set the
HF_TOKENenvironment variable to that token - Run
fh_hf_deploy <space_name>replacing<space_name>with your desired space name
Local Development
To run this application locally:
pip install -r requirements.txt
python main.pyThen open your browser to http://localhost:5001
