Spaces:
Runtime error
Runtime error
Rohit Kochikkat Francis
commited on
Commit
•
6efb4b5
1
Parent(s):
9bed9f5
requirements freeze
Browse files- requirements.txt +77 -4
- requirementss.txt +10 -0
requirements.txt
CHANGED
@@ -1,10 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
filetype==1.2.0
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
numpy==1.26.4
|
5 |
onnx==1.16.0
|
6 |
-
onnxruntime==1.17.1
|
7 |
opencv-python==4.8.1.78
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
psutil==5.9.8
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
scipy==1.12.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
altair==5.3.0
|
3 |
+
annotated-types==0.6.0
|
4 |
+
ansicon==1.89.0
|
5 |
+
anyio==4.3.0
|
6 |
+
attrs==23.2.0
|
7 |
+
blessed==1.20.0
|
8 |
+
certifi==2024.2.2
|
9 |
+
charset-normalizer==3.3.2
|
10 |
+
click==8.1.7
|
11 |
+
colorama==0.4.6
|
12 |
+
coloredlogs==15.0.1
|
13 |
+
contourpy==1.2.1
|
14 |
+
cycler==0.12.1
|
15 |
+
distlib==0.3.8
|
16 |
+
editor==1.6.6
|
17 |
+
exceptiongroup==1.2.1
|
18 |
+
fastapi==0.110.2
|
19 |
+
ffmpy==0.3.2
|
20 |
+
filelock==3.13.4
|
21 |
filetype==1.2.0
|
22 |
+
flatbuffers==24.3.25
|
23 |
+
fonttools==4.51.0
|
24 |
+
fsspec==2024.3.1
|
25 |
+
gradio==3.50.2
|
26 |
+
gradio_client==0.6.1
|
27 |
+
h11==0.14.0
|
28 |
+
httpcore==1.0.5
|
29 |
+
httpx==0.27.0
|
30 |
+
huggingface-hub==0.22.2
|
31 |
+
humanfriendly==10.0
|
32 |
+
idna==3.7
|
33 |
+
importlib_resources==6.4.0
|
34 |
+
inquirer==3.2.4
|
35 |
+
Jinja2==3.1.3
|
36 |
+
jinxed==1.2.1
|
37 |
+
jsonschema==4.21.1
|
38 |
+
jsonschema-specifications==2023.12.1
|
39 |
+
kiwisolver==1.4.5
|
40 |
+
MarkupSafe==2.1.5
|
41 |
+
matplotlib==3.8.4
|
42 |
+
mpmath==1.3.0
|
43 |
numpy==1.26.4
|
44 |
onnx==1.16.0
|
45 |
+
onnxruntime-gpu==1.17.1
|
46 |
opencv-python==4.8.1.78
|
47 |
+
orjson==3.10.1
|
48 |
+
packaging==24.0
|
49 |
+
pandas==2.2.2
|
50 |
+
pillow==10.3.0
|
51 |
+
platformdirs==4.2.0
|
52 |
+
protobuf==5.26.1
|
53 |
psutil==5.9.8
|
54 |
+
pydantic==2.7.0
|
55 |
+
pydantic_core==2.18.1
|
56 |
+
pydub==0.25.1
|
57 |
+
pyparsing==3.1.2
|
58 |
+
pyreadline3==3.4.1
|
59 |
+
python-dateutil==2.9.0.post0
|
60 |
+
python-multipart==0.0.9
|
61 |
+
pytz==2024.1
|
62 |
+
PyYAML==6.0.1
|
63 |
+
readchar==4.0.6
|
64 |
+
referencing==0.34.0
|
65 |
+
requests==2.31.0
|
66 |
+
rpds-py==0.18.0
|
67 |
+
runs==1.2.2
|
68 |
scipy==1.12.0
|
69 |
+
semantic-version==2.10.0
|
70 |
+
six==1.16.0
|
71 |
+
sniffio==1.3.1
|
72 |
+
starlette==0.37.2
|
73 |
+
sympy==1.12
|
74 |
+
toolz==0.12.1
|
75 |
+
tqdm==4.66.2
|
76 |
+
typing_extensions==4.11.0
|
77 |
+
tzdata==2024.1
|
78 |
+
urllib3==2.2.1
|
79 |
+
uvicorn==0.29.0
|
80 |
+
virtualenv==20.25.1
|
81 |
+
wcwidth==0.2.13
|
82 |
+
websockets==11.0.3
|
83 |
+
xmod==1.8.1
|
requirementss.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
filetype==1.2.0
|
2 |
+
# gradio==3.50.2
|
3 |
+
gradio
|
4 |
+
numpy==1.26.4
|
5 |
+
onnx==1.16.0
|
6 |
+
onnxruntime==1.17.1
|
7 |
+
opencv-python==4.8.1.78
|
8 |
+
psutil==5.9.8
|
9 |
+
tqdm==4.66.2
|
10 |
+
scipy==1.12.0
|