Spaces:
Runtime error
Runtime error
CamiloVega
commited on
Commit
•
039a3bd
1
Parent(s):
aa27543
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
openai==0.28
|
2 |
+
transformers
|
3 |
+
git+https://github.com/openai/whisper.git
|
4 |
+
pydub
|
5 |
+
PyMuPDF
|
6 |
+
python-docx
|
7 |
+
pandas
|
8 |
+
gradio
|
9 |
+
requests
|
10 |
+
beautifulsoup4
|
11 |
+
moviepy
|
12 |
+
yt-dlp
|