Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
torch>=2.0
|
| 2 |
transformers>=4.38.0
|
| 3 |
-
gradio
|
| 4 |
Pillow
|
| 5 |
-
audiocraft @ git+https://github.com/facebookresearch/audiocraft
|
| 6 |
ffmpeg-python
|
|
|
|
|
|
| 1 |
+
torch>=2.6.0
|
| 2 |
transformers>=4.38.0
|
| 3 |
+
gradio
|
| 4 |
Pillow
|
|
|
|
| 5 |
ffmpeg-python
|
| 6 |
+
audiocraft @ git+https://github.com/facebookresearch/audiocraft
|