Spaces:
Runtime error
Runtime error
CamiloVega
commited on
Create requirements.txt
Browse files- requirements.txt +21 -0
requirements.txt
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers==4.36.2
|
2 |
+
torch==2.0.1
|
3 |
+
accelerate==0.27.2
|
4 |
+
gradio>=4.19.2
|
5 |
+
bitsandbytes>=0.41.1
|
6 |
+
huggingface-hub==0.20.3
|
7 |
+
numpy==1.24.3
|
8 |
+
scipy==1.11.4
|
9 |
+
git+https://github.com/openai/whisper.git
|
10 |
+
pydub
|
11 |
+
PyMuPDF
|
12 |
+
python-docx
|
13 |
+
pandas
|
14 |
+
requests
|
15 |
+
beautifulsoup4
|
16 |
+
moviepy
|
17 |
+
yt-dlp
|
18 |
+
sentencepiece
|
19 |
+
ffmpeg-python
|
20 |
+
spaces
|
21 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|