Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
transformers[torch]==4.35.2
|
2 |
-
torch==2.1.1
|
3 |
gradio==3.50.2
|
4 |
openai-whisper==20231117
|
|
|
|
|
|
|
5 |
accelerate==0.25.0
|
6 |
-
sentencepiece==0.1.99
|
7 |
-
protobuf==4.25.1
|
|
|
|
|
|
|
1 |
gradio==3.50.2
|
2 |
openai-whisper==20231117
|
3 |
+
transformers==4.35.2
|
4 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
5 |
+
torch==2.1.1+cu118
|
6 |
accelerate==0.25.0
|
7 |
+
sentencepiece==0.1.99
|
|