Spaces:
Runtime error
Runtime error
File size: 1,576 Bytes
ad8b011 7017726 11d3b2d ad8b011 11d3b2d ad8b011 7017726 11d3b2d 7017726 11d3b2d 7017726 11d3b2d 7017726 11d3b2d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | ---
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.
|