Audiocraft is a library for audio processing and generation with deep learning. It features the state-of-the-art EnCodec audio compressor / tokenizer, along with MusicGen, a simple and controllable music generation LM with textual and melodic conditioning.
When running app.py I get the error:
Traceback (most recent call last):
File "D:\MusicGen\audiocraft_plus\app.py", line 26, in
import taglib
ModuleNotFoundError: No module named 'taglib'
When running app.py I get the error: Traceback (most recent call last): File "D:\MusicGen\audiocraft_plus\app.py", line 26, in
import taglib
ModuleNotFoundError: No module named 'taglib'
How can this be fixed?
I fixed this