Suresh Veeragoni
Suresh Veeragoni
i have same error, but on an ec2 instance. ``` got prompt model_type EPS adm 2816 making attention of type 'vanilla' with 512 in_channels Working with z of shape (1,...
> Thanks for your PR, there is a similar one here: #905 > > Do you have more background as to why folks who want to create a publicly accessible...
I even tried following. same issue ```def text_to_speech_stream(client, voice_id, text: str) -> IO[bytes]: """ Converts text to speech and returns the audio data as a byte stream. This function invokes...
I actually have the api key coming from environment variables. this call works fine. its jus that voice_id doesn't work. ``` audio_stream = voice_client.generate( text=msg.content, # voice="TqZ039H4XqpiGTowubpy", voice = "Chris",...
Sure. Meantime can you try on a free account vs. paid. That could be it too? I will grab time anyways.