Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -6
requirements.txt
CHANGED
@@ -1,6 +1,2 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
gradio==3.50.2
|
4 |
-
ffmpeg-python==0.2.0
|
5 |
-
transformers==4.38.1
|
6 |
-
git+https://github.com/facebookresearch/audiocraft.git
|
|
|
1 |
+
from transformers import AutoProcessor
|
2 |
+
from audiocraft.models import MusicGen
|
|
|
|
|
|
|
|