Spaces:
Runtime error
Runtime error
Commit
·
e93afd7
1
Parent(s):
14946f8
updated req
Browse files- app.ipynb +3 -3
- requirements.txt +1 -186
app.ipynb
CHANGED
@@ -93,8 +93,8 @@
|
|
93 |
"name": "stdout",
|
94 |
"output_type": "stream",
|
95 |
"text": [
|
96 |
-
"CPU times: user
|
97 |
-
"Wall time:
|
98 |
]
|
99 |
},
|
100 |
{
|
@@ -178,7 +178,7 @@
|
|
178 |
},
|
179 |
{
|
180 |
"cell_type": "code",
|
181 |
-
"execution_count":
|
182 |
"id": "377fd772",
|
183 |
"metadata": {},
|
184 |
"outputs": [],
|
|
|
93 |
"name": "stdout",
|
94 |
"output_type": "stream",
|
95 |
"text": [
|
96 |
+
"CPU times: user 336 ms, sys: 35.6 ms, total: 372 ms\n",
|
97 |
+
"Wall time: 110 ms\n"
|
98 |
]
|
99 |
},
|
100 |
{
|
|
|
178 |
},
|
179 |
{
|
180 |
"cell_type": "code",
|
181 |
+
"execution_count": 8,
|
182 |
"id": "377fd772",
|
183 |
"metadata": {},
|
184 |
"outputs": [],
|
requirements.txt
CHANGED
@@ -1,186 +1 @@
|
|
1 |
-
|
2 |
-
aiohttp==3.8.4
|
3 |
-
aiosignal==1.3.1
|
4 |
-
altair==4.2.2
|
5 |
-
anyio==3.6.2
|
6 |
-
async-timeout==4.0.2
|
7 |
-
attrs==22.2.0
|
8 |
-
blis==0.7.9
|
9 |
-
catalogue==2.0.8
|
10 |
-
certifi==2022.12.7
|
11 |
-
charset-normalizer==3.1.0
|
12 |
-
click==8.1.3
|
13 |
-
confection==0.0.4
|
14 |
-
contourpy==1.0.7
|
15 |
-
cycler==0.11.0
|
16 |
-
cymem==2.0.7
|
17 |
-
entrypoints==0.4
|
18 |
-
fastai==2.7.12
|
19 |
-
fastapi==0.95.0
|
20 |
-
fastcore==1.5.29
|
21 |
-
fastdownload==0.0.7
|
22 |
-
fastprogress==1.0.3
|
23 |
-
ffmpy==0.3.0
|
24 |
-
filelock==3.11.0
|
25 |
-
fonttools==4.39.3
|
26 |
-
frozenlist==1.3.3
|
27 |
-
fsspec==2023.4.0
|
28 |
-
gradio==3.25.0
|
29 |
-
gradio_client==0.0.8
|
30 |
-
h11==0.14.0
|
31 |
-
httpcore==0.16.3
|
32 |
-
httpx==0.23.3
|
33 |
-
huggingface-hub==0.13.4
|
34 |
-
idna==3.4
|
35 |
-
Jinja2==3.1.2
|
36 |
-
joblib==1.2.0
|
37 |
-
jsonschema==4.17.3
|
38 |
-
kiwisolver==1.4.4
|
39 |
-
langcodes==3.3.0
|
40 |
-
linkify-it-py==2.0.0
|
41 |
-
markdown-it-py==2.2.0
|
42 |
-
MarkupSafe==2.1.2
|
43 |
-
matplotlib==3.7.1
|
44 |
-
mdit-py-plugins==0.3.3
|
45 |
-
mdurl==0.1.2
|
46 |
-
mpmath==1.3.0
|
47 |
-
multidict==6.0.4
|
48 |
-
murmurhash==1.0.9
|
49 |
-
networkx==3.1
|
50 |
-
numpy==1.24.2
|
51 |
-
orjson==3.8.10
|
52 |
-
packaging==23.0
|
53 |
-
pandas==2.0.0
|
54 |
-
pathy==0.10.1
|
55 |
-
Pillow==9.5.0
|
56 |
-
preshed==3.0.8
|
57 |
-
pydantic==1.10.7
|
58 |
-
pydub==0.25.1
|
59 |
-
pyparsing==3.0.9
|
60 |
-
pyrsistent==0.19.3
|
61 |
-
python-dateutil==2.8.2
|
62 |
-
python-multipart==0.0.6
|
63 |
-
pytz==2023.3
|
64 |
-
PyYAML==6.0
|
65 |
-
requests==2.28.2
|
66 |
-
rfc3986==1.5.0
|
67 |
-
scikit-learn==1.2.2
|
68 |
-
scipy==1.10.1
|
69 |
-
semantic-version==2.10.0
|
70 |
-
six==1.16.0
|
71 |
-
smart-open==6.3.0
|
72 |
-
sniffio==1.3.0
|
73 |
-
spacy==3.5.1
|
74 |
-
spacy-legacy==3.0.12
|
75 |
-
spacy-loggers==1.0.4
|
76 |
-
srsly==2.4.6
|
77 |
-
starlette==0.26.1
|
78 |
-
sympy==1.11.1
|
79 |
-
thinc==8.1.9
|
80 |
-
threadpoolctl==3.1.0
|
81 |
-
toolz==0.12.0
|
82 |
-
torch==2.0.0
|
83 |
-
torchvision==0.15.1
|
84 |
-
tqdm==4.65.0
|
85 |
-
typer==0.7.0
|
86 |
-
typing_extensions==4.5.0
|
87 |
-
tzdata==2023.3
|
88 |
-
uc-micro-py==1.0.1
|
89 |
-
urllib3==1.26.15
|
90 |
-
uvicorn==0.21.1
|
91 |
-
wasabi==1.1.1
|
92 |
-
websockets==11.0.1
|
93 |
-
yarl==1.8.2
|
94 |
-
aiofiles==23.1.0
|
95 |
-
aiohttp==3.8.4
|
96 |
-
aiosignal==1.3.1
|
97 |
-
altair==4.2.2
|
98 |
-
anyio==3.6.2
|
99 |
-
async-timeout==4.0.2
|
100 |
-
attrs==22.2.0
|
101 |
-
blis==0.7.9
|
102 |
-
catalogue==2.0.8
|
103 |
-
certifi==2022.12.7
|
104 |
-
charset-normalizer==3.1.0
|
105 |
-
click==8.1.3
|
106 |
-
confection==0.0.4
|
107 |
-
contourpy==1.0.7
|
108 |
-
cycler==0.11.0
|
109 |
-
cymem==2.0.7
|
110 |
-
entrypoints==0.4
|
111 |
-
fastai==2.7.12
|
112 |
-
fastapi==0.95.0
|
113 |
-
fastcore==1.5.29
|
114 |
-
fastdownload==0.0.7
|
115 |
-
fastprogress==1.0.3
|
116 |
-
ffmpy==0.3.0
|
117 |
-
filelock==3.11.0
|
118 |
-
fonttools==4.39.3
|
119 |
-
frozenlist==1.3.3
|
120 |
-
fsspec==2023.4.0
|
121 |
-
gradio==3.25.0
|
122 |
-
gradio_client==0.0.8
|
123 |
-
h11==0.14.0
|
124 |
-
httpcore==0.16.3
|
125 |
-
httpx==0.23.3
|
126 |
-
huggingface-hub==0.13.4
|
127 |
-
idna==3.4
|
128 |
-
Jinja2==3.1.2
|
129 |
-
joblib==1.2.0
|
130 |
-
jsonschema==4.17.3
|
131 |
-
kiwisolver==1.4.4
|
132 |
-
langcodes==3.3.0
|
133 |
-
linkify-it-py==2.0.0
|
134 |
-
markdown-it-py==2.2.0
|
135 |
-
MarkupSafe==2.1.2
|
136 |
-
matplotlib==3.7.1
|
137 |
-
mdit-py-plugins==0.3.3
|
138 |
-
mdurl==0.1.2
|
139 |
-
mpmath==1.3.0
|
140 |
-
multidict==6.0.4
|
141 |
-
murmurhash==1.0.9
|
142 |
-
networkx==3.1
|
143 |
-
numpy==1.24.2
|
144 |
-
orjson==3.8.10
|
145 |
-
packaging==23.0
|
146 |
-
pandas==2.0.0
|
147 |
-
pathy==0.10.1
|
148 |
-
Pillow==9.5.0
|
149 |
-
preshed==3.0.8
|
150 |
-
pydantic==1.10.7
|
151 |
-
pydub==0.25.1
|
152 |
-
pyparsing==3.0.9
|
153 |
-
pyrsistent==0.19.3
|
154 |
-
python-dateutil==2.8.2
|
155 |
-
python-multipart==0.0.6
|
156 |
-
pytz==2023.3
|
157 |
-
PyYAML==6.0
|
158 |
-
requests==2.28.2
|
159 |
-
rfc3986==1.5.0
|
160 |
-
scikit-learn==1.2.2
|
161 |
-
scipy==1.10.1
|
162 |
-
semantic-version==2.10.0
|
163 |
-
six==1.16.0
|
164 |
-
smart-open==6.3.0
|
165 |
-
sniffio==1.3.0
|
166 |
-
spacy==3.5.1
|
167 |
-
spacy-legacy==3.0.12
|
168 |
-
spacy-loggers==1.0.4
|
169 |
-
srsly==2.4.6
|
170 |
-
starlette==0.26.1
|
171 |
-
sympy==1.11.1
|
172 |
-
thinc==8.1.9
|
173 |
-
threadpoolctl==3.1.0
|
174 |
-
toolz==0.12.0
|
175 |
-
torch==2.0.0
|
176 |
-
torchvision==0.15.1
|
177 |
-
tqdm==4.65.0
|
178 |
-
typer==0.7.0
|
179 |
-
typing_extensions==4.5.0
|
180 |
-
tzdata==2023.3
|
181 |
-
uc-micro-py==1.0.1
|
182 |
-
urllib3==1.26.15
|
183 |
-
uvicorn==0.21.1
|
184 |
-
wasabi==1.1.1
|
185 |
-
websockets==11.0.1
|
186 |
-
yarl==1.8.2
|
|
|
1 |
+
fastai
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|