Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.39.0
|
2 |
+
huggingface_hub==0.16.0
|
3 |
+
stable-audio-tools==0.1.0
|
4 |
+
diffusers==0.17.1
|
5 |
+
torch==2.0.1
|
6 |
+
torchaudio==2.0.1
|
7 |
+
einops==0.6.1
|
8 |
+
python-shell==0.2.8
|