You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I use tts.tts_to_file(text, outputpath) we have not log
but when I call tts.tts(text) we have phoneme log. How can I hide it ? it dosent have verbose or similar thing
To Reproduce
when I use tts.tts_to_file(text, outputpath) we have not log
but when I call tts.tts(text) we have phoneme log. How can I hide it ? it dosent have verbose or similar thing
Expected behavior
No response
Logs
No response
Environment
- latest idiap
Additional context
No response
The text was updated successfully, but these errors were encountered:
fromTTS.apiimportTTSimportlogginglogging.basicConfig(level=logging.ERROR)
tts=TTS("tts_models/en/vctk/vits")
_=tts.tts("This is a test", speaker="p226")
tts.tts_to_file("This is a test", speaker="p226")
This should only display error logs now.
setting it to logging.basicConfig(level=logging.DEBUG) will show all the debug logs including phonemes
Describe the bug
when I use
tts.tts_to_file(text, outputpath)
we have not logbut when I call
tts.tts(text)
we have phoneme log. How can I hide it ? it dosent have verbose or similar thingTo Reproduce
when I use
tts.tts_to_file(text, outputpath)
we have not logbut when I call
tts.tts(text)
we have phoneme log. How can I hide it ? it dosent have verbose or similar thingExpected behavior
No response
Logs
No response
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: