Spaces:
Runtime error
Runtime error
metadata
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
pip install -r requirements.txt
python app.py
Deploy on Hugging Face Spaces
- Create a new Space β SDK: Docker.
- 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. - Space builds and serves on port
7860automatically.
Before going live β replace these placeholders
ca-pub-XXXXXXXXXXXXXXXXinindex.html,about.html,privacy.html,terms.htmlβ your real AdSense publisher ID.data-ad-slot="1111111111"/"2222222222"inindex.htmlβ your real ad unit slot IDs.contact@example.cominprivacy.html/terms.htmlβ a real contact email.- Add your Space's domain (
yourname-spacename.hf.space) under AdSense β Sites and wait for review/approval.