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

  1. Create a virtual environment (recommended):
python -m venv .venv
  1. Activate it:
  • Windows (PowerShell)

    .\.venv\Scripts\Activate.ps1
    
  • Windows (CMD)

    .\.venv\Scripts\activate.bat
    
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the demo:
python TTS_EDGE.py

Then open the local Gradio URL shown in the terminal.

πŸ“¦ Files

  • TTS_EDGE.py - main Gradio app
  • requirements.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.
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support