Spaces:
Runtime error
Runtime error
Commit
·
73d82cd
1
Parent(s):
546ade8
Create requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 2 |
+
torch>=2.0
|
| 3 |
+
librosa
|
| 4 |
+
transformers
|
| 5 |
+
git+https://github.com/huggingface/diffusers.git
|