Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -2,6 +2,8 @@ gradio
|
|
| 2 |
torch
|
| 3 |
torchaudio
|
| 4 |
transformers
|
| 5 |
-
audiocraft @ git+https://github.com/facebookresearch/audiocraft.git
|
| 6 |
python-dotenv
|
| 7 |
-
google-generativeai
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
torch
|
| 3 |
torchaudio
|
| 4 |
transformers
|
|
|
|
| 5 |
python-dotenv
|
| 6 |
+
google-generativeai
|
| 7 |
+
git+https://git@github.com/facebookresearch/audiocraft#egg=audiocraft
|
| 8 |
+
sentencepiece
|
| 9 |
+
ffmpeg-python
|