Spaces:
Runtime error
Runtime error
Commit
·
eabc536
1
Parent(s):
4709c76
update dependency
Browse files- environment.yml +1 -1
environment.yml
CHANGED
@@ -9,7 +9,7 @@ dependencies:
|
|
9 |
- pip:
|
10 |
- gradio==3.39.0 # Downgrade Gradio to work with Pydantic v1
|
11 |
- pytube==15.0.0
|
12 |
-
- openai-whisper
|
13 |
- torch==2.0.1
|
14 |
- yt-dlp
|
15 |
- pydantic==1.10 # Use Pydantic v1 to avoid the incompatibility
|
|
|
9 |
- pip:
|
10 |
- gradio==3.39.0 # Downgrade Gradio to work with Pydantic v1
|
11 |
- pytube==15.0.0
|
12 |
+
- openai-whisper
|
13 |
- torch==2.0.1
|
14 |
- yt-dlp
|
15 |
- pydantic==1.10 # Use Pydantic v1 to avoid the incompatibility
|