Spaces:
Configuration error
Configuration error
update infer_gradio credit
Browse files
src/f5_tts/infer/infer_gradio.py
CHANGED
@@ -171,8 +171,8 @@ with gr.Blocks() as app_credits:
|
|
171 |
# Credits
|
172 |
|
173 |
* [mrfakename](https://github.com/fakerybakery) for the original [online demo](https://huggingface.co/spaces/mrfakename/E2-F5-TTS)
|
174 |
-
* [RootingInLoad](https://github.com/RootingInLoad) for
|
175 |
-
* [jpgallegoar](https://github.com/jpgallegoar) for multiple speech-type generation
|
176 |
""")
|
177 |
with gr.Blocks() as app_tts:
|
178 |
gr.Markdown("# Batched TTS")
|
|
|
171 |
# Credits
|
172 |
|
173 |
* [mrfakename](https://github.com/fakerybakery) for the original [online demo](https://huggingface.co/spaces/mrfakename/E2-F5-TTS)
|
174 |
+
* [RootingInLoad](https://github.com/RootingInLoad) for initial chunk generation and podcast app exploration
|
175 |
+
* [jpgallegoar](https://github.com/jpgallegoar) for multiple speech-type generation & voice chat
|
176 |
""")
|
177 |
with gr.Blocks() as app_tts:
|
178 |
gr.Markdown("# Batched TTS")
|