--- title: Myanmar Voice Studio emoji: 🔊 colorFrom: yellow colorTo: green sdk: docker app_port: 7860 pinned: false --- # Myanmar Voice Studio A free Myanmar (Burmese) text-to-speech web app built on Edge TTS, with an English-language marketing site (Home, About, Privacy, Terms) designed to be AdSense-friendly. ## Voices - `my-MM-NilarNeural` — Nilar (Female) - `my-MM-ThihaNeural` — Thiha (Male) ## Pages - `/` — Home: hero, TTS tool, How It Works, Features, Use Cases, FAQ - `/about` — About the project - `/privacy` — Privacy Policy (AdSense / cookies disclosure) - `/terms` — Terms of Use ## Limits - Maximum text length: **10,000 characters** per request. ## Local run ```bash pip install -r requirements.txt python app.py ``` ## Deploy on Hugging Face Spaces 1. Create a new Space → SDK: **Docker**. 2. Upload all files (`Dockerfile`, `requirements.txt`, `app.py`, `index.html`, `about.html`, `privacy.html`, `terms.html`, `style.css`, `app.js`, `README.md`) at the **root** of the repo — no subfolders. 3. Space builds and serves on port `7860` automatically. ## Before going live — replace these placeholders - `ca-pub-XXXXXXXXXXXXXXXX` in `index.html`, `about.html`, `privacy.html`, `terms.html` → your real AdSense publisher ID. - `data-ad-slot="1111111111"` / `"2222222222"` in `index.html` → your real ad unit slot IDs. - `contact@example.com` in `privacy.html` / `terms.html` → a real contact email. - Add your Space's domain (`yourname-spacename.hf.space`) under AdSense → Sites and wait for review/approval.