Spaces:
Runtime error
Runtime error
Commit
·
745cc27
1
Parent(s):
eabc536
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
|
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 |
+
- git+https://github.com/openai/whisper.git
|
13 |
- torch==2.0.1
|
14 |
- yt-dlp
|
15 |
- pydantic==1.10 # Use Pydantic v1 to avoid the incompatibility
|