Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available:
5.34.2
metadata
title: Clone TTS
emoji: 🤖
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: '3.0'
app_file: app.py
pinned: false
Clone TTS Model
This project is a simple Text-to-Speech (TTS) model built using TensorFlow, trained on the Clone dataset.
Files
train.py
: Script to train the model.infer.py
: Script to generate speech from text.app.py
: Gradio interface for live testing.data/
: Dataset folder containing audio files and transcriptions.model/
: Folder to save the trained model.
How to Train
- Prepare your dataset in the
data/
folder. - Run
train.py
to train the model. - The trained model will be saved in the
model/
folder.
How to Use Inference
- Run
infer.py
to generate speech from text. - Optionally, use
app.py
for a Gradio interface.
Requirements
requirements.txt
: Contains all the Python dependencies needed.
License
This project is licensed under CC-BY-4.0.