mrfakename commited on
Commit
61da229
·
verified ·
1 Parent(s): 24f465e

Sync from GitHub repo

Browse files

This Space is synced from the GitHub repo: https://github.com/SWivid/F5-TTS. Please submit contributions to the Space there

Files changed (1) hide show
  1. app.py +3 -1
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 = ["Qwen/Qwen2.5-3B-Instruct",]
 
 
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):