Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 2 |
+
numpy==1.23.5
|
| 3 |
+
torch==2.0.1
|
| 4 |
+
gradio
|
| 5 |
+
yt-dlp
|
| 6 |
+
transformers
|
| 7 |
+
ffmpeg-python
|
| 8 |
+
pyannote-audio==3.1.1
|
| 9 |
+
spaces
|
| 10 |
+
accelerate
|