Spaces:
Runtime error
PlayDialog 1.0
We've released PlayDialog 1.0, a huge rework since Dialog Beta (which is currently on the leaderboard). Could we add in Dialog 1.0?
Hey,
Thanks for reaching out! We can definitely upgrade the model to v1.0. Has the PlayDialog-http
model automatically been upgraded from Beta to v1.0 in the Python API?
Is it possible to relaunch it as a new model? Are you able to share the params you are currently passing through and the endpoint you are hitting?
If you're using our Python SDK (pyht), I recommend upgrading to the latest version and then calling tts()
with voice_engine='PlayDialog'
and protocol='http'
instead of voice_engine='PlayDialog-http'
as we changed the API to separate them. Otherwise it will be the same.
Is it possible to relaunch it as a new model? Are you able to share the params you are currently passing through and the endpoint you are hitting?
Yes, we can relaunch as a new model. Should it be labelled as PlayDialog 1.0
?
The current params being used:
for chunk in play_client.tts(text, TTSOptions(voice="s3://voice-cloning-zero-shot/831bd330-85c6-4333-b2b4-10c476ea3491/original/manifest.json"), voice_engine="PlayDialog-http"):
That is the correct labeling! Will wait for @bryananderson to confirm -- but a question for you @mrfakename is how do you pick voices / do you cycle through them? Do you only pick one? Should we provide you a list?