Spaces:
Build error
Build error
readme
Browse files- requirements.txt +32 -3
requirements.txt
CHANGED
|
@@ -1,7 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
face-alignment==1.3.5
|
| 2 |
fastapi==0.88.0
|
| 3 |
fastjsonschema==2.16.2
|
| 4 |
ffmpy==0.3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
fvcore==0.1.5.post20221221
|
| 6 |
glob2==0.7
|
| 7 |
google-auth==2.13.0
|
|
@@ -12,6 +43,7 @@ h11==0.14.0
|
|
| 12 |
httpcore==0.16.3
|
| 13 |
httpx==0.23.1
|
| 14 |
huggingface-hub==0.12.1
|
|
|
|
| 15 |
imageio==2.22.2
|
| 16 |
importlib-metadata==5.0.0
|
| 17 |
importlib-resources==5.10.1
|
|
@@ -41,9 +73,6 @@ mdit-py-plugins==0.3.3
|
|
| 41 |
mdurl==0.1.2
|
| 42 |
mediapipe==0.8.11
|
| 43 |
mistune==2.0.5
|
| 44 |
-
mkl-fft==1.3.1
|
| 45 |
-
mkl-random==1.2.2
|
| 46 |
-
mkl-service==2.4.0
|
| 47 |
multidict==6.0.4
|
| 48 |
nbclassic==0.5.1
|
| 49 |
nbclient==0.7.2
|
|
|
|
| 1 |
+
absl-py==1.3.0
|
| 2 |
+
aiohttp==3.8.3
|
| 3 |
+
aiosignal==1.3.1
|
| 4 |
+
altair==4.2.0
|
| 5 |
+
anyio==3.6.2
|
| 6 |
+
appdirs==1.4.4
|
| 7 |
+
argon2-cffi==21.3.0
|
| 8 |
+
argon2-cffi-bindings==21.2.0
|
| 9 |
+
async-timeout==4.0.2
|
| 10 |
+
asynctest==0.13.0
|
| 11 |
+
attrs==22.1.0
|
| 12 |
+
audioread==3.0.0
|
| 13 |
+
backcall==0.2.0
|
| 14 |
+
beautifulsoup4==4.11.2
|
| 15 |
+
bleach==6.0.0
|
| 16 |
+
brotlipy==0.7.0
|
| 17 |
+
cachetools==5.2.0
|
| 18 |
+
certifi==2022.12.7
|
| 19 |
+
cffi==1.15.1
|
| 20 |
+
charset-normalizer==2.1.1
|
| 21 |
+
click==8.1.3
|
| 22 |
+
cryptography==38.0.2
|
| 23 |
+
cycler==0.11.0
|
| 24 |
+
debugpy==1.5.1
|
| 25 |
+
decorator==5.1.1
|
| 26 |
+
defusedxml==0.7.1
|
| 27 |
+
entrypoints==0.4
|
| 28 |
face-alignment==1.3.5
|
| 29 |
fastapi==0.88.0
|
| 30 |
fastjsonschema==2.16.2
|
| 31 |
ffmpy==0.3.0
|
| 32 |
+
filelock==3.9.0
|
| 33 |
+
fonttools==4.38.0
|
| 34 |
+
frozenlist==1.3.3
|
| 35 |
+
fsspec==2022.11.0
|
| 36 |
fvcore==0.1.5.post20221221
|
| 37 |
glob2==0.7
|
| 38 |
google-auth==2.13.0
|
|
|
|
| 43 |
httpcore==0.16.3
|
| 44 |
httpx==0.23.1
|
| 45 |
huggingface-hub==0.12.1
|
| 46 |
+
idna==3.4
|
| 47 |
imageio==2.22.2
|
| 48 |
importlib-metadata==5.0.0
|
| 49 |
importlib-resources==5.10.1
|
|
|
|
| 73 |
mdurl==0.1.2
|
| 74 |
mediapipe==0.8.11
|
| 75 |
mistune==2.0.5
|
|
|
|
|
|
|
|
|
|
| 76 |
multidict==6.0.4
|
| 77 |
nbclassic==0.5.1
|
| 78 |
nbclient==0.7.2
|