Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available:
6.5.1
EmojifyTextTool
Migrated from Hugging Face Spaces.
Original Space
- URL: https://huggingface.co/spaces/Chris4K/EmojifyTextTool
- SDK: gradio
Deployment
This space uses three-tier deployment:
Private Monorepo (development)
- Location:
apps/huggingface/EmojifyTextTool/ - All development happens here
- Contains secrets and private configuration
- Location:
Public GitHub Repository
- URL: https://github.com/Ckal/EmojifyTextTool
- Synced via git subtree
- Portfolio/showcase version
- Deploy:
bash infra/deploy-public-repo.sh
Hugging Face Space
- URL: https://huggingface.co/spaces/Chris4K/EmojifyTextTool
- 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