Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,6 +30,9 @@ os.environ["EINX_FILTER_TRACEBACK"] = "false"
|
|
| 30 |
|
| 31 |
HEADER_MD = """# Fish Speech
|
| 32 |
|
|
|
|
|
|
|
|
|
|
| 33 |
A text-to-speech model based on VQ-GAN and Llama developed by [Fish Audio](https://fish.audio).
|
| 34 |
由 [Fish Audio](https://fish.audio) 研发的基于 VQ-GAN 和 Llama 的多语种语音合成.
|
| 35 |
|
|
|
|
| 30 |
|
| 31 |
HEADER_MD = """# Fish Speech
|
| 32 |
|
| 33 |
+
## The demo in this space is version 1.0, Please check [Fish Audio](https://fish.audio) for the best model.
|
| 34 |
+
## 该 Demo 为 Fish Speech 1.0 版本, 请在 [Fish Audio](https://fish.audio) 体验最新 DEMO.
|
| 35 |
+
|
| 36 |
A text-to-speech model based on VQ-GAN and Llama developed by [Fish Audio](https://fish.audio).
|
| 37 |
由 [Fish Audio](https://fish.audio) 研发的基于 VQ-GAN 和 Llama 的多语种语音合成.
|
| 38 |
|