SWivid commited on
Commit
9f5328d
·
1 Parent(s): 8629c6f

update infer_gradio credit

Browse files
Files changed (1) hide show
  1. src/f5_tts/infer/infer_gradio.py +2 -2
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 the podcast generation
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")