Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
|
|
| 1 |
torch
|
| 2 |
torchaudio
|
| 3 |
typing
|
| 4 |
pydub
|
| 5 |
scipy
|
| 6 |
diffusers
|
| 7 |
-
transformers
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 2 |
torch
|
| 3 |
torchaudio
|
| 4 |
typing
|
| 5 |
pydub
|
| 6 |
scipy
|
| 7 |
diffusers
|
| 8 |
+
transformers
|
| 9 |
+
accelerate
|