mrfakename commited on
Commit
70c22e5
·
verified ·
1 Parent(s): 103fac7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -660,7 +660,7 @@ Have a conversation with an AI using your reference voice!
660
  "microsoft/Phi-4-mini-instruct",
661
  ]
662
 
663
- @gpu_decorator
664
  def load_chat_model(chat_model_name):
665
  show_info = gr.Info
666
  global chat_model_state, chat_tokenizer_state
 
660
  "microsoft/Phi-4-mini-instruct",
661
  ]
662
 
663
+
664
  def load_chat_model(chat_model_name):
665
  show_info = gr.Info
666
  global chat_model_state, chat_tokenizer_state