Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
6.5.1
summarizer-tool
Migrated from Hugging Face Spaces.
Original Space
- URL: https://huggingface.co/spaces/Chris4K/summarizer-tool
- SDK: gradio
Deployment
This space uses three-tier deployment:
Private Monorepo (development)
- Location:
apps/huggingface/summarizer-tool/ - All development happens here
- Contains secrets and private configuration
- Location:
Public GitHub Repository
- URL: https://github.com/Ckal/summarizer-tool
- Synced via git subtree
- Portfolio/showcase version
- Deploy:
bash infra/deploy-public-repo.sh
Hugging Face Space
- URL: https://huggingface.co/spaces/Chris4K/summarizer-tool
- Auto-deploys from public GitHub via Actions
- Live public demo
Development
- Make changes in
src/ - Test locally
- Commit to private repo
- Deploy to public:
bash infra/deploy-public-repo.sh - GitHub Actions auto-pushes to HF Space
Files
src/app.py- Main applicationsrc/requirements.txt- Dependenciesbuild.sh- Build scriptapp.yaml- Application configuration