Spaces:
Runtime error
Runtime error
srinivasbilla
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -148,12 +148,20 @@ with gr.Blocks() as app_tts:
|
|
148 |
outputs=[audio_output],
|
149 |
)
|
150 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
with gr.Blocks() as app:
|
152 |
gr.Markdown(
|
153 |
"""
|
154 |
# llasa 3b TTS
|
155 |
|
156 |
-
This is a local web UI for llasa 3b
|
157 |
|
158 |
The checkpoints support English and Chinese.
|
159 |
|
|
|
148 |
outputs=[audio_output],
|
149 |
)
|
150 |
|
151 |
+
with gr.Blocks() as app_credits:
|
152 |
+
gr.Markdown("""
|
153 |
+
# Credits
|
154 |
+
|
155 |
+
* [zhenye234](https://github.com/zhenye234) for the original [repo](https://github.com/zhenye234/LLaSA_training)
|
156 |
+
* [mrfakename](https://huggingface.co/mrfakename) for the [gradio demo code](https://huggingface.co/spaces/mrfakename/E2-F5-TTS)
|
157 |
+
""")
|
158 |
+
|
159 |
with gr.Blocks() as app:
|
160 |
gr.Markdown(
|
161 |
"""
|
162 |
# llasa 3b TTS
|
163 |
|
164 |
+
This is a local web UI for llasa 3b SOTA(imo) Zero Shot Voice Cloning and TTS model.
|
165 |
|
166 |
The checkpoints support English and Chinese.
|
167 |
|