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
fromelevenlabsimportElevenLabs
...
client=ElevenLabs(
...
)
source_url="https://www.youtube.com/watch?v=v4t0E3S1N1k"source_language="en"target_language="es"response=client.dubbing.dub_a_video_or_an_audio_file(
source_url=source_url,
target_lang=target_language,
source_lang=source_language,
num_speakers=1,
watermark=True, # reduces the characters used
)
dubbing_id=response.dubbing_idprint(dubbing_id)
Additional context
Current workaround:
revert to 1.9.0
Have not looked into the source of the error, but have verified that reverting to previous release (1.9.0) fixes the error.
Could be incompatibility with httpx module (0.23.3 installed)
The text was updated successfully, but these errors were encountered:
Description
dubbing api call results in error in release 1.10.0
** Steps to reproduce **
python 3.10
httpx -> _multipart.py
--> [181] chunk = self.file.read(self.CHUNK_SIZE)
[182] while chunk:
[183] yield to_bytes(chunk)
Code example
Additional context
Current workaround:
revert to 1.9.0
Have not looked into the source of the error, but have verified that reverting to previous release (1.9.0) fixes the error.
Could be incompatibility with httpx module (0.23.3 installed)
The text was updated successfully, but these errors were encountered: