Spaces:
Sleeping
Sleeping
Fix custom ser model
Browse files
app.py
CHANGED
@@ -813,7 +813,7 @@ If you're having issues, try converting your reference audio to WAV or MP3, clip
|
|
813 |
inputs=[custom_ckpt_path, custom_vocab_path],
|
814 |
show_progress="hidden",
|
815 |
)
|
816 |
-
set_custom_model(custom_ckpt_path, custom_vocab_path)
|
817 |
#gr.TabbedInterface(
|
818 |
# [app_tts, app_multistyle, app_chat, app_credits],
|
819 |
# ["Basic-TTS", "Multi-Speech", "Voice-Chat", "Credits"],
|
|
|
813 |
inputs=[custom_ckpt_path, custom_vocab_path],
|
814 |
show_progress="hidden",
|
815 |
)
|
816 |
+
set_custom_model(custom_ckpt_path.value, custom_vocab_path.value)
|
817 |
#gr.TabbedInterface(
|
818 |
# [app_tts, app_multistyle, app_chat, app_credits],
|
819 |
# ["Basic-TTS", "Multi-Speech", "Voice-Chat", "Credits"],
|