Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
torch
|
| 2 |
-
torchaudio
|
| 3 |
-
torchvision
|
| 4 |
|
| 5 |
transformers
|
| 6 |
accelerate
|
|
@@ -9,13 +9,12 @@ einops
|
|
| 9 |
|
| 10 |
git+https://github.com/m-bain/whisperx.git
|
| 11 |
|
| 12 |
-
#
|
| 13 |
-
bitsandbytes
|
| 14 |
|
| 15 |
wandb
|
| 16 |
pydub
|
| 17 |
|
| 18 |
-
# important fix
|
| 19 |
gradio>=4.40.0
|
| 20 |
|
| 21 |
fastapi
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
torchaudio
|
| 3 |
+
torchvision
|
| 4 |
|
| 5 |
transformers
|
| 6 |
accelerate
|
|
|
|
| 9 |
|
| 10 |
git+https://github.com/m-bain/whisperx.git
|
| 11 |
|
| 12 |
+
# remove for now if failing
|
| 13 |
+
# bitsandbytes
|
| 14 |
|
| 15 |
wandb
|
| 16 |
pydub
|
| 17 |
|
|
|
|
| 18 |
gradio>=4.40.0
|
| 19 |
|
| 20 |
fastapi
|