hchcsuim's picture
Simplify YouTube functionality, remove YouTube API
fc98385
raw
history blame contribute delete
847 Bytes
# Main packages
gradio>=5.0.0
transformers>=4.30.0
huggingface-hub>=0.15.0
# PyTorch with CUDA support - these will be installed from the specified URL
--extra-index-url https://download.pytorch.org/whl/cu126
torch==2.7.0+cu126
torchvision==0.22.0+cu126
torchaudio==2.7.0+cu126
# Acceleration and optimization
accelerate>=1.0.0
safetensors>=0.3.0
# Audio processing
yt-dlp>=2023.0.0
soundfile>=0.12.0
pydub>=0.25.0
# ็งป้™ค Google API ็›ธ้—œไพ่ณด๏ผŒๅ› ็‚บ YouTube API ไธๆไพ›ไธ‹่ผ‰ๅŠŸ่ƒฝ
# google-api-python-client>=2.0.0
# google-auth-httplib2>=0.1.0
# google-auth-oauthlib>=0.5.0
# Data processing
numpy>=2.0.0
scipy>=1.0.0 # Needed by Phi-4
peft>=0.5.0 # Needed by Phi-4
backoff>=2.0.0 # Needed by Phi-4
# Important dependencies that might need specific versions
typing_extensions>=4.10.0
filelock>=3.0.0
fsspec>=2024.0.0