Riolit commited on
Commit
5eb387c
·
verified ·
1 Parent(s): 17fab7e

Update requirements.txt

Browse files

This PR updates requirements.txt to resolve the startup crash caused by incompatible versions of transformers and huggingface-hub. The new pinned versions ensure the Space builds correctly and Whisper runs as expected.

Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,3 +1,4 @@
1
- git+https://github.com/huggingface/transformers
 
2
  torch
3
- yt-dlp
 
1
+ transformers==4.45.1
2
+ huggingface-hub==0.23.2
3
  torch
4
+ yt-dlp