We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError Traceback (most recent call last) [<ipython-input-3-3214629db1b1>](https://localhost:8080/#) in <cell line: 3>() 1 import torch 2 from diffusers import AutoPipelineForText2Image ----> 3 from latentblending.blending_engine import BlendingEngine 4 from latentblending.diffusers_holder import DiffusersHolder 5 3 frames [/usr/local/lib/python3.10/dist-packages/lunar_tools/audio.py](https://localhost:8080/#) in <module> 10 from lunar_tools.logprint import LogPrint 11 import simpleaudio ---> 12 from elevenlabs import voices, generate, save, Voice, VoiceSettings 13 14 import sounddevice as sd ImportError: cannot import name 'generate' from 'elevenlabs' (/usr/local/lib/python3.10/dist-packages/elevenlabs/__init__.py)
Apprently, elevenlabs has changed its API. Can you please look into it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Apprently, elevenlabs has changed its API. Can you please look into it?
The text was updated successfully, but these errors were encountered: