Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
-
gradio==4.
|
| 2 |
torch>=2.3
|
| 3 |
transformers>=4.42
|
| 4 |
accelerate>=0.30
|
| 5 |
diffusers>=0.34
|
| 6 |
torchaudio
|
| 7 |
openai-whisper
|
| 8 |
-
pyannote.audio==3.2.
|
| 9 |
pycaps @ git+https://github.com/francozanardi/pycaps.git
|
| 10 |
ffmpeg-python
|
| 11 |
auto-gptq==0.7.1
|
|
|
|
| 1 |
+
gradio==4.44.1
|
| 2 |
torch>=2.3
|
| 3 |
transformers>=4.42
|
| 4 |
accelerate>=0.30
|
| 5 |
diffusers>=0.34
|
| 6 |
torchaudio
|
| 7 |
openai-whisper
|
| 8 |
+
pyannote.audio==3.2.0
|
| 9 |
pycaps @ git+https://github.com/francozanardi/pycaps.git
|
| 10 |
ffmpeg-python
|
| 11 |
auto-gptq==0.7.1
|