Spaces:
Sleeping
Sleeping
markoffice commited on
Commit ·
1fdc632
1
Parent(s): bc205d0
Revert "Update requirements.txt"
Browse filesThis reverts commit bc205d0e3772fa48637b054cdff8c9652e56a9d0.
- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -5,11 +5,12 @@ gradio==3.38.0
|
|
| 5 |
gradio-client==0.8.1
|
| 6 |
yt-dlp
|
| 7 |
json5
|
| 8 |
-
torch
|
| 9 |
-
torchaudio
|
| 10 |
more_itertools
|
| 11 |
|
| 12 |
# Needed by diarization
|
| 13 |
intervaltree
|
| 14 |
srt
|
| 15 |
-
|
|
|
|
|
|
| 5 |
gradio-client==0.8.1
|
| 6 |
yt-dlp
|
| 7 |
json5
|
| 8 |
+
torch
|
| 9 |
+
torchaudio
|
| 10 |
more_itertools
|
| 11 |
|
| 12 |
# Needed by diarization
|
| 13 |
intervaltree
|
| 14 |
srt
|
| 15 |
+
torch
|
| 16 |
+
git+https://github.com/pyannote/pyannote-audio.git@develop#egg=pyannote-audio
|