Spaces:
Sleeping
Sleeping
Add Dockerfile and Streamlit configuration; implement video download with alternative YouTube sources, enhance error handling, and improve file upload processing
aca25cc
unverified
streamlit==1.31.0 | |
# Updated yt-dlp for better YouTube support | |
yt_dlp==2024.03.10 | |
requests==2.32.0 | |
beautifulsoup4==4.12.2 | |
# Use a specific stable version of SpeechBrain | |
speechbrain==0.5.14 | |
torch==2.0.1 | |
torchaudio==2.0.2 | |
# Pin transformers to version that has AutoProcessor | |
transformers==4.31.0 | |
librosa==0.10.1 | |
matplotlib==3.7.2 | |
scikit-learn==1.3.0 | |
openai==1.0.0 | |
python-dotenv==1.0.0 |