Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
-
|
2 |
-
transformers==4.48.3
|
3 |
-
accelerate==1.3.0
|
4 |
openai-whisper==20231117
|
5 |
onnxruntime-gpu==1.17.0
|
6 |
omegaconf==2.3.0
|
|
|
1 |
+
transformers[torch]
|
|
|
|
|
2 |
openai-whisper==20231117
|
3 |
onnxruntime-gpu==1.17.0
|
4 |
omegaconf==2.3.0
|