Spaces:
Runtime error
Runtime error
Try to fix googletrans error
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -7,6 +7,6 @@ torch
|
|
7 |
torchaudio
|
8 |
moviepy
|
9 |
git+https://github.com/pytube/pytube
|
10 |
-
httpx
|
11 |
-
httpcore
|
12 |
googletrans==4.0.0-rc1
|
|
|
7 |
torchaudio
|
8 |
moviepy
|
9 |
git+https://github.com/pytube/pytube
|
10 |
+
httpx==0.23.1
|
11 |
+
httpcore==0.16.2
|
12 |
googletrans==4.0.0-rc1
|