* fix space curse problem with utf-8-sig
* fix extend
* Do not overwrite the vocab if it already exists !
* add settings
* add settings
* add settings
* fix path
* change name make more clear the preetain need path
* fix path
* change name
* change name
* fix path
* fix last per steps and add notes
* change order tab add note in vocab check tab
* add note in reduse checkpoint tab
* note in reduse checkpoint tab update
* extend vocab to train language miss symbols
* change enten to ,
* hide the option create new vocab , change order tab , add some info
* fix path
* change name
* change name
* fix path
* fix last per steps and add notes
* change order tab add note in vocab check tab
* add note in reduse checkpoint tab
* note in reduse checkpoint tab update
- Added support for the --speed argument to control the speed of generated audio.
- Updated the CLI to accept a speed parameter with a default value of 1.0.
- Adjusted the infer_process to apply the speed factor during TTS generation.
Specify required Gradio version to avoid errors with the Progress object. Earlier versions will give the error:
```
File ".../F5-TTS/model/utils_infer.py", line 268, in infer_batch_process
text_list = [ref_text + gen_text]
TypeError: can only concatenate str (not "Progress") to str
```
I am pretty sure the PR which changed this behavior is https://github.com/gradio-app/gradio/pull/5693, which was merged for 3.45.2. Certainly, you get the above error with 3.36.1 and it works with 3.45.2.