Spaces:
Sleeping
Sleeping
Tirath5504
commited on
Commit
•
62e71de
1
Parent(s):
6563364
Update requirements.txt
Browse files- requirements.txt +10 -71
requirements.txt
CHANGED
@@ -1,71 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
contourpy==1.3.0
|
12 |
-
cycler==0.12.1
|
13 |
-
fastapi==0.113.0
|
14 |
-
ffmpy==0.4.0
|
15 |
-
filelock==3.15.4
|
16 |
-
fonttools==4.53.1
|
17 |
-
frozenlist==1.4.1
|
18 |
-
fsspec==2024.9.0
|
19 |
-
gradio==3.14.0
|
20 |
-
h11==0.14.0
|
21 |
-
httpcore==1.0.5
|
22 |
-
httpx==0.27.2
|
23 |
-
huggingface-hub==0.24.6
|
24 |
-
idna==3.8
|
25 |
-
Jinja2==3.1.4
|
26 |
-
jsonschema==4.23.0
|
27 |
-
jsonschema-specifications==2023.12.1
|
28 |
-
kiwisolver==1.4.7
|
29 |
-
linkify-it-py==2.0.3
|
30 |
-
markdown-it-py==3.0.0
|
31 |
-
MarkupSafe==2.1.5
|
32 |
-
matplotlib==3.9.2
|
33 |
-
mdit-py-plugins==0.4.1
|
34 |
-
mdurl==0.1.2
|
35 |
-
mpmath==1.3.0
|
36 |
-
multidict==6.0.5
|
37 |
-
narwhals==1.6.2
|
38 |
-
networkx==3.3
|
39 |
-
numpy==2.1.1
|
40 |
-
orjson==3.10.7
|
41 |
-
packaging==24.1
|
42 |
-
pandas==2.2.2
|
43 |
-
pillow==10.4.0
|
44 |
-
pycryptodome==3.20.0
|
45 |
-
pydantic==1.10.9
|
46 |
-
pydub==0.25.1
|
47 |
-
pyparsing==3.1.4
|
48 |
-
python-dateutil==2.9.0.post0
|
49 |
-
python-multipart==0.0.9
|
50 |
-
pytz==2024.1
|
51 |
-
PyYAML==6.0.2
|
52 |
-
referencing==0.35.1
|
53 |
-
regex==2024.7.24
|
54 |
-
requests==2.32.3
|
55 |
-
rpds-py==0.20.0
|
56 |
-
safetensors==0.4.5
|
57 |
-
six==1.16.0
|
58 |
-
sniffio==1.3.1
|
59 |
-
starlette==0.38.4
|
60 |
-
sympy==1.13.2
|
61 |
-
tokenizers==0.19.1
|
62 |
-
torch==2.4.1
|
63 |
-
tqdm==4.66.5
|
64 |
-
transformers==4.44.2
|
65 |
-
typing_extensions==4.12.2
|
66 |
-
tzdata==2024.1
|
67 |
-
uc-micro-py==1.0.3
|
68 |
-
urllib3==2.2.2
|
69 |
-
uvicorn==0.30.6
|
70 |
-
websockets==13.0.1
|
71 |
-
yarl==1.9.11
|
|
|
1 |
+
fastapi
|
2 |
+
gradio
|
3 |
+
huggingface-hub
|
4 |
+
numpy
|
5 |
+
pandas
|
6 |
+
pydantic
|
7 |
+
requests
|
8 |
+
torch
|
9 |
+
transformers
|
10 |
+
uvicorn
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|