add microsoft/Phi-4-mini-instruct to chat model list #937
Browse files
src/f5_tts/infer/infer_gradio.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
|