Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -217,11 +217,11 @@ with gr.Blocks() as app:
|
|
217 |
gr.HTML(BANNER, elem_id="banner")
|
218 |
gr.Markdown(
|
219 |
"""
|
220 |
-
# Llasagna 1b TTS
|
221 |
|
222 |
This is a local web UI for Llasagna 1b Zero Shot Voice Cloning and TTS model.
|
223 |
|
224 |
-
|
225 |
|
226 |
If you're having issues, try converting your reference audio to WAV or MP3, clipping it to 15s, and shortening your prompt.
|
227 |
"""
|
|
|
217 |
gr.HTML(BANNER, elem_id="banner")
|
218 |
gr.Markdown(
|
219 |
"""
|
220 |
+
# Llasagna v0.1 1b TTS
|
221 |
|
222 |
This is a local web UI for Llasagna 1b Zero Shot Voice Cloning and TTS model.
|
223 |
|
224 |
+
It is a fine-tuned version of Llasa-1b that supports Italian
|
225 |
|
226 |
If you're having issues, try converting your reference audio to WAV or MP3, clipping it to 15s, and shortening your prompt.
|
227 |
"""
|