SWivid commited on
Commit
1142966
·
1 Parent(s): 587793f

add microsoft/Phi-4-mini-instruct to chat model list #937

Browse files
Files changed (1) hide show
  1. src/f5_tts/infer/infer_gradio.py +1 -0
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