diff --git a/src/f5_tts/infer/infer_gradio.py b/src/f5_tts/infer/infer_gradio.py index d2bd081..3c060e8 100644 --- a/src/f5_tts/infer/infer_gradio.py +++ b/src/f5_tts/infer/infer_gradio.py @@ -171,8 +171,8 @@ with gr.Blocks() as app_credits: # Credits * [mrfakename](https://github.com/fakerybakery) for the original [online demo](https://huggingface.co/spaces/mrfakename/E2-F5-TTS) -* [RootingInLoad](https://github.com/RootingInLoad) for the podcast generation -* [jpgallegoar](https://github.com/jpgallegoar) for multiple speech-type generation +* [RootingInLoad](https://github.com/RootingInLoad) for initial chunk generation and podcast app exploration +* [jpgallegoar](https://github.com/jpgallegoar) for multiple speech-type generation & voice chat """) with gr.Blocks() as app_tts: gr.Markdown("# Batched TTS")