3v324v23 commited on
Commit
fa73c37
·
1 Parent(s): 5bd88ca

Make HF Space buildable: remove yt-dlp/websockets, keep minimal deps

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- gradio
2
- pillow
3
- opencv-python
4
- srt
5
- ffmpeg-python
6
  python-dotenv
 
1
+ gradio==3.43.0
2
+ pillow==10.2.0
3
+ opencv-python==4.9.0.80
4
+ srt==3.5.3
5
+ ffmpeg-python==0.2.0
6
  python-dotenv