Spaces:
Runtime error
Runtime error
title: 'Tortoise TTS And Voice Cloning ' | |
sdk: gradio | |
emoji: 📊 | |
colorFrom: green | |
colorTo: red | |
python tortoise/is_this_from_tortoise.py --clip=<path_to_suspicious_audio_file> | |
``` | |
This model has 100% accuracy on the contents of the results/ and voices/ folders in this repo. Still, treat this classifier | |
as a "strong signal". Classifiers can be fooled and it is likewise not impossible for this classifier to exhibit false | |
positives. | |
## Model architecture | |
Tortoise TTS is inspired by OpenAI's DALLE, applied to speech data and using a better decoder. It is made up of 5 separate | |
models that work together: | |
[https://nonint.com/2022/04/25/tortoise-architectural-design-doc/](https://nonint.com/2022/04/25/tortoise-architectural-design-doc/) |