Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,6 +33,7 @@ DEFAULT_PRESET = "fast"
|
|
33 |
DEFAULT_TEXT = "Hello, world!"
|
34 |
|
35 |
README = """# TorToiSe
|
|
|
36 |
Tortoise is a text-to-speech model developed by James Betker. It is capable of zero-shot voice cloning from a small set of voice samples. GitHub repo: [neonbjb/tortoise-tts](https://github.com/neonbjb/tortoise-tts).
|
37 |
|
38 |
## Usage
|
|
|
33 |
DEFAULT_TEXT = "Hello, world!"
|
34 |
|
35 |
README = """# TorToiSe
|
36 |
+
forked from https://huggingface.co/spaces/mdnestor/tortoise
|
37 |
Tortoise is a text-to-speech model developed by James Betker. It is capable of zero-shot voice cloning from a small set of voice samples. GitHub repo: [neonbjb/tortoise-tts](https://github.com/neonbjb/tortoise-tts).
|
38 |
|
39 |
## Usage
|