Marcus Vinicius Zerbini Canhaço commited on
Commit
00618eb
·
1 Parent(s): 8fb6272

Preparando para deploy no Hugging Face Spaces

Browse files
Files changed (1) hide show
  1. requirements.txt +77 -77
requirements.txt CHANGED
@@ -1,77 +1,77 @@
1
- accelerate==1.3.0
2
- aiofiles==23.2.1
3
- annotated-types==0.7.0
4
- anyio==4.8.0
5
- blinker==1.9.0
6
- certifi==2024.12.14
7
- charset-normalizer==3.4.1
8
- click==8.1.8
9
- fastapi==0.115.7
10
- ffmpeg-python==0.2.0
11
- ffmpy==0.5.0
12
- filelock==3.17.0
13
- Flask==3.1.0
14
- fsspec==2024.12.0
15
- future==1.0.0
16
- gradio==5.15.0
17
- gradio_client==1.7.0
18
- h11==0.14.0
19
- httpcore==1.0.7
20
- httpx==0.28.1
21
- huggingface-hub==0.28.1
22
- idna==3.10
23
- itsdangerous==2.2.0
24
- Jinja2==3.1.5
25
- markdown-it-py==3.0.0
26
- MarkupSafe==2.1.5
27
- mdurl==0.1.2
28
- mpmath==1.3.0
29
- networkx==3.4.2
30
- numpy==2.2.2
31
- nvidia-ml-py3==7.352.0
32
- opencv-python==4.11.0.86
33
- opencv-python-headless==4.11.0.86
34
- orjson==3.10.15
35
- packaging==24.2
36
- pandas==2.2.3
37
- pillow==11.1.0
38
- psutil==5.9.5
39
- pydantic==2.10.6
40
- pydantic_core==2.27.2
41
- pydub==0.25.1
42
- Pygments==2.19.1
43
- python-dateutil==2.9.0.post0
44
- python-dotenv==1.0.1
45
- python-http-client==3.3.7
46
- python-multipart==0.0.20
47
- pytz==2024.2
48
- PyYAML==6.0.2
49
- regex==2024.11.6
50
- requests==2.32.3
51
- rich==13.9.4
52
- ruff==0.9.3
53
- safehttpx==0.1.6
54
- safetensors==0.5.2
55
- scipy==1.15.1
56
- semantic-version==2.10.0
57
- sendgrid==6.11.0
58
- setuptools==75.8.0
59
- shellingham==1.5.4
60
- six==1.17.0
61
- sniffio==1.3.1
62
- starkbank-ecdsa==2.2.0
63
- starlette==0.45.2
64
- sympy==1.13.1
65
- tokenizers==0.18.0
66
- tomlkit==0.13.2
67
- torch==2.5.1
68
- torchvision==0.20.1
69
- tqdm==4.67.1
70
- transformers==4.36.2
71
- typer==0.15.1
72
- typing_extensions==4.12.2
73
- tzdata==2025.1
74
- urllib3==2.3.0
75
- uvicorn==0.34.0
76
- websockets==14.2
77
- Werkzeug==3.1.3
 
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