Sync from GitHub repo
Browse filesThis Space is synced from the GitHub repo: https://github.com/SWivid/F5-TTS. Please submit contributions to the Space there
- app.py +1 -0
- pyproject.toml +1 -1
app.py
CHANGED
|
@@ -554,6 +554,7 @@ Have a conversation with an AI using your reference voice!
|
|
| 554 |
|
| 555 |
chat_model_name_list = [
|
| 556 |
"Qwen/Qwen2.5-3B-Instruct",
|
|
|
|
| 557 |
]
|
| 558 |
|
| 559 |
@gpu_decorator
|
|
|
|
| 554 |
|
| 555 |
chat_model_name_list = [
|
| 556 |
"Qwen/Qwen2.5-3B-Instruct",
|
| 557 |
+
"microsoft/Phi-4-mini-instruct",
|
| 558 |
]
|
| 559 |
|
| 560 |
@gpu_decorator
|
pyproject.toml
CHANGED
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
| 4 |
|
| 5 |
[project]
|
| 6 |
name = "f5-tts"
|
| 7 |
-
version = "1.0.
|
| 8 |
description = "F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching"
|
| 9 |
readme = "README.md"
|
| 10 |
license = {text = "MIT License"}
|
|
|
|
| 4 |
|
| 5 |
[project]
|
| 6 |
name = "f5-tts"
|
| 7 |
+
version = "1.0.10"
|
| 8 |
description = "F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching"
|
| 9 |
readme = "README.md"
|
| 10 |
license = {text = "MIT License"}
|