Spaces:
Build error
Build error
A newer version of the Streamlit SDK is available:
1.54.0
metadata
license: mit
sdk: streamlit
sdk_version: 1.53.0
XTTS v2 Turkish TTS (Voice Cloning)
Streamlit app running tts_models/multilingual/multi-dataset/xtts_v2 with voice cloning support for Turkish language.
Features
- 🎙️ Text-to-speech synthesis using XTTS v2 model
- 🎭 Voice cloning from uploaded WAV files
- 🇹🇷 Turkish language support
- 📥 Download generated audio files
Running locally
pip install -r requirements.txt
streamlit run app.py
On HuggingFace Spaces
This repo is designed as a Streamlit Space. After creating a new Space and selecting Streamlit, point it to this repository.
Setup Instructions
- Go to HuggingFace Spaces
- Click "Create new Space"
- Select Streamlit as the SDK
- Connect this repository (or push via the Space's git URL)
- HuggingFace will automatically install dependencies and run
streamlit run app.py
Usage
- Enter Turkish text in the text area
- Upload a WAV file containing the speaker's voice (for voice cloning)
- Click "🔊 Ses üret" to generate speech
- Listen to the generated audio or download it as a WAV file
Notes
- The first model load may take some time (cold start)
- The model uses CPU by default (
gpu=False). For GPU support, change the Space hardware settings and setgpu=Truein the code.