SWivid commited on
Commit
53c7725
·
1 Parent(s): 12ef9d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -89,6 +89,10 @@ python inference-cli.py \
89
  ```
90
 
91
  ### Gradio App
 
 
 
 
92
 
93
  You can launch a Gradio app (web interface) to launch a GUI for inference (will load ckpt from Huggingface, you may set `ckpt_path` to local file in `gradio_app.py`). Currently load ASR model, F5-TTS and E2 TTS all in once, thus use more GPU memory than `inference-cli`.
94
 
 
89
  ```
90
 
91
  ### Gradio App
92
+ Currently supported features:
93
+ - Chunk inference
94
+ - Podcast Generation
95
+ - Multiple Speech-Type Generation
96
 
97
  You can launch a Gradio app (web interface) to launch a GUI for inference (will load ckpt from Huggingface, you may set `ckpt_path` to local file in `gradio_app.py`). Currently load ASR model, F5-TTS and E2 TTS all in once, thus use more GPU memory than `inference-cli`.
98