Spaces:
Runtime error
Runtime error
Commit
·
afa2ff3
1
Parent(s):
3f59fe8
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -3,7 +3,7 @@ ffmpeg-python
|
|
3 |
pyannote-audio @ git+https://github.com/pyannote/pyannote-audio.git
|
4 |
pydub
|
5 |
transformers
|
6 |
-
torch
|
7 |
faster-whisper
|
8 |
tiktoken
|
9 |
openai
|
|
|
3 |
pyannote-audio @ git+https://github.com/pyannote/pyannote-audio.git
|
4 |
pydub
|
5 |
transformers
|
6 |
+
torch==2.0.1
|
7 |
faster-whisper
|
8 |
tiktoken
|
9 |
openai
|