Spaces:
Runtime error
Runtime error
danilotpnta
commited on
Commit
·
c646c7f
1
Parent(s):
745cc27
add requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy<2 # Pinning NumPy to a version below 2.0
|
2 |
+
gradio==3.39.0 # Downgrade Gradio to work with Pydantic v1
|
3 |
+
pytube==15.0.0
|
4 |
+
git+https://github.com/openai/whisper.git # Install Whisper from GitHub
|
5 |
+
torch==2.0.1
|
6 |
+
yt-dlp
|
7 |
+
pydantic==1.10 # Use Pydantic v1 to avoid the incompatibility
|