word-counter-tool / docs /README.md
GitHub Actions
Deploy from GitHub: 078a21513ae655246703ca1efc4e54f04a5a421d
298d472

A newer version of the Gradio SDK is available: 6.13.0

Upgrade

word-counter-tool

Migrated from Hugging Face Spaces.

Original Space

Deployment

This space uses three-tier deployment:

  1. Private Monorepo (development)

    • Location: apps/huggingface/word-counter-tool/
    • All development happens here
    • Contains secrets and private configuration
  2. Public GitHub Repository

  3. Hugging Face Space

Development

  1. Make changes in src/
  2. Test locally
  3. Commit to private repo
  4. Deploy to public: bash infra/deploy-public-repo.sh
  5. GitHub Actions auto-pushes to HF Space

Files

  • src/app.py - Main application
  • src/requirements.txt - Dependencies
  • build.sh - Build script
  • app.yaml - Application configuration