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
CHANGED
|
@@ -552,7 +552,9 @@ Have a conversation with an AI using your reference voice!
|
|
| 552 |
"""
|
| 553 |
)
|
| 554 |
|
| 555 |
-
chat_model_name_list = [
|
|
|
|
|
|
|
| 556 |
|
| 557 |
@gpu_decorator
|
| 558 |
def load_chat_model(chat_model_name):
|
|
|
|
| 552 |
"""
|
| 553 |
)
|
| 554 |
|
| 555 |
+
chat_model_name_list = [
|
| 556 |
+
"Qwen/Qwen2.5-3B-Instruct",
|
| 557 |
+
]
|
| 558 |
|
| 559 |
@gpu_decorator
|
| 560 |
def load_chat_model(chat_model_name):
|