YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Edge TTS Gradio Demo
A simple Gradio demo that converts text to speech using Microsoft Edge TTS (via edge-tts).
π Run locally
- Create a virtual environment (recommended):
python -m venv .venv
- Activate it:
Windows (PowerShell)
.\.venv\Scripts\Activate.ps1Windows (CMD)
.\.venv\Scripts\activate.bat
- Install dependencies:
pip install -r requirements.txt
- Run the demo:
python TTS_EDGE.py
Then open the local Gradio URL shown in the terminal.
π¦ Files
TTS_EDGE.py- main Gradio apprequirements.txt- dependencies
Notes
- This demo uses
edge-tts, which requires an Internet connection. - You can customize the UI and defaults by editing
TTS_EDGE.py.
Inference Providers NEW
This model isn't deployed by any Inference Provider. π Ask for provider support