facebookresearch / audiocraft

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.
MIT License
20.18k stars 2.01k forks source link

app.py changed and moved to musicgen_app.py in demos, Issue for those following old tutorials #336

Open 4traI opened 8 months ago

4traI commented 8 months ago

Just wanted to point out some issues i was having while reinstalling, I've noticed many of the older installation tutorials and one click install scripts have been failing tonight due to the recent changes made to app.py. The easy fix to this is finding musicgen_app.py in the demos folder and renaming it to the old app.py and placing it in the main directory, then everything seems to work.

Not sure if it's been mentioned in the documentation but i just wanted to leave this here for anyone installing right now that is having trouble.