first_upload
This commit is contained in:
18
requirements.txt
Normal file
18
requirements.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
Flask==2.2.5
|
||||
celery==5.3.6
|
||||
redis==4.5.4
|
||||
# For NVIDIA GPU (CUDA 11.8) support, use these lines:
|
||||
torch --extra-index-url https://download.pytorch.org/whl/cu118
|
||||
torchaudio --extra-index-url https://download.pytorch.org/whl/cu118
|
||||
# For CPU-only, comment out the two lines above and uncomment the two lines below:
|
||||
# torch
|
||||
# torchaudio
|
||||
openai-whisper
|
||||
moviepy
|
||||
opencc-python-reimplemented
|
||||
ffmpeg-python
|
||||
python-dotenv
|
||||
gunicorn
|
||||
demucs
|
||||
soundfile
|
||||
gevent # Added for celery on windows
|
Reference in New Issue
Block a user