Update app.py
Browse files
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 |
-
|
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
|