Spaces:
Configuration error
Configuration error
Update README.md
Browse files
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 |
|