Spaces:
Runtime error
Runtime error
Marcus Vinicius Zerbini Canhaço
commited on
Commit
·
00618eb
1
Parent(s):
8fb6272
Preparando para deploy no Hugging Face Spaces
Browse files- requirements.txt +77 -77
requirements.txt
CHANGED
@@ -1,77 +1,77 @@
|
|
1 |
-
accelerate
|
2 |
-
aiofiles
|
3 |
-
annotated-types
|
4 |
-
anyio
|
5 |
-
blinker
|
6 |
-
certifi
|
7 |
-
charset-normalizer
|
8 |
-
click
|
9 |
-
fastapi
|
10 |
-
ffmpeg-python
|
11 |
-
ffmpy
|
12 |
-
filelock
|
13 |
-
Flask
|
14 |
-
fsspec
|
15 |
-
future
|
16 |
-
gradio
|
17 |
-
gradio_client
|
18 |
-
h11
|
19 |
-
httpcore
|
20 |
-
httpx
|
21 |
-
huggingface-hub
|
22 |
-
idna
|
23 |
-
itsdangerous
|
24 |
-
Jinja2
|
25 |
-
markdown-it-py
|
26 |
-
MarkupSafe
|
27 |
-
mdurl
|
28 |
-
mpmath
|
29 |
-
networkx
|
30 |
-
numpy
|
31 |
-
nvidia-ml-py3
|
32 |
-
opencv-python
|
33 |
-
opencv-python-headless
|
34 |
-
orjson
|
35 |
-
packaging
|
36 |
-
pandas
|
37 |
-
pillow
|
38 |
-
psutil
|
39 |
-
pydantic
|
40 |
-
pydantic_core
|
41 |
-
pydub
|
42 |
-
Pygments
|
43 |
-
python-dateutil
|
44 |
-
python-dotenv
|
45 |
-
python-http-client
|
46 |
-
python-multipart
|
47 |
-
pytz
|
48 |
-
PyYAML
|
49 |
-
regex
|
50 |
-
requests
|
51 |
-
rich
|
52 |
-
ruff
|
53 |
-
safehttpx
|
54 |
-
safetensors
|
55 |
-
scipy
|
56 |
-
semantic-version
|
57 |
-
sendgrid
|
58 |
-
setuptools
|
59 |
-
shellingham
|
60 |
-
six
|
61 |
-
sniffio
|
62 |
-
starkbank-ecdsa
|
63 |
-
starlette
|
64 |
-
sympy
|
65 |
-
tokenizers
|
66 |
-
tomlkit
|
67 |
-
torch
|
68 |
-
torchvision
|
69 |
-
tqdm
|
70 |
-
transformers
|
71 |
-
typer
|
72 |
-
typing_extensions
|
73 |
-
tzdata
|
74 |
-
urllib3
|
75 |
-
uvicorn
|
76 |
-
websockets
|
77 |
-
Werkzeug
|
|
|
1 |
+
accelerate
|
2 |
+
aiofiles
|
3 |
+
annotated-types
|
4 |
+
anyio
|
5 |
+
blinker
|
6 |
+
certifi
|
7 |
+
charset-normalizer
|
8 |
+
click
|
9 |
+
fastapi
|
10 |
+
ffmpeg-python
|
11 |
+
ffmpy
|
12 |
+
filelock
|
13 |
+
Flask
|
14 |
+
fsspec
|
15 |
+
future
|
16 |
+
gradio
|
17 |
+
gradio_client
|
18 |
+
h11
|
19 |
+
httpcore
|
20 |
+
httpx
|
21 |
+
huggingface-hub
|
22 |
+
idna
|
23 |
+
itsdangerous
|
24 |
+
Jinja2
|
25 |
+
markdown-it-py
|
26 |
+
MarkupSafe
|
27 |
+
mdurl
|
28 |
+
mpmath
|
29 |
+
networkx
|
30 |
+
numpy
|
31 |
+
nvidia-ml-py3
|
32 |
+
opencv-python
|
33 |
+
opencv-python-headless
|
34 |
+
orjson
|
35 |
+
packaging
|
36 |
+
pandas
|
37 |
+
pillow
|
38 |
+
psutil
|
39 |
+
pydantic
|
40 |
+
pydantic_core
|
41 |
+
pydub
|
42 |
+
Pygments
|
43 |
+
python-dateutil
|
44 |
+
python-dotenv
|
45 |
+
python-http-client
|
46 |
+
python-multipart
|
47 |
+
pytz
|
48 |
+
PyYAML
|
49 |
+
regex
|
50 |
+
requests
|
51 |
+
rich
|
52 |
+
ruff
|
53 |
+
safehttpx
|
54 |
+
safetensors
|
55 |
+
scipy
|
56 |
+
semantic-version
|
57 |
+
sendgrid
|
58 |
+
setuptools
|
59 |
+
shellingham
|
60 |
+
six
|
61 |
+
sniffio
|
62 |
+
starkbank-ecdsa
|
63 |
+
starlette
|
64 |
+
sympy
|
65 |
+
tokenizers>=0.15.0
|
66 |
+
tomlkit
|
67 |
+
torch
|
68 |
+
torchvision
|
69 |
+
tqdm
|
70 |
+
transformers>=4.49.0.dev0
|
71 |
+
typer
|
72 |
+
typing_extensions
|
73 |
+
tzdata
|
74 |
+
urllib3
|
75 |
+
uvicorn
|
76 |
+
websockets
|
77 |
+
Werkzeug
|