Spaces:
Runtime error
Runtime error
init test
Browse files- README.md +1 -1
- app.py +7 -0
- requirements.txt +168 -0
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: Fashion Aggregator
|
3 |
-
emoji:
|
4 |
colorFrom: purple
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
|
|
1 |
---
|
2 |
title: Fashion Aggregator
|
3 |
+
emoji: π
|
4 |
colorFrom: purple
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
app.py
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import gradio as gr
|
2 |
+
|
3 |
+
def greet(name):
|
4 |
+
return "Hello " + name + "!!"
|
5 |
+
|
6 |
+
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
7 |
+
iface.launch()
|
requirements.txt
ADDED
@@ -0,0 +1,168 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==1.3.0
|
2 |
+
aiohttp==3.8.3
|
3 |
+
aiosignal==1.2.0
|
4 |
+
anyio==3.6.1
|
5 |
+
asttokens==2.0.8
|
6 |
+
async-timeout==4.0.2
|
7 |
+
attrs==18.2.0
|
8 |
+
Automat==20.2.0
|
9 |
+
backcall==0.2.0
|
10 |
+
bcrypt==4.0.1
|
11 |
+
cachetools==5.2.0
|
12 |
+
certifi==2022.9.24
|
13 |
+
cffi==1.15.1
|
14 |
+
charset-normalizer==2.1.1
|
15 |
+
click==8.1.3
|
16 |
+
click-completion==0.5.2
|
17 |
+
click-didyoumean==0.3.0
|
18 |
+
click-help-colors==0.9.1
|
19 |
+
clip @ git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1
|
20 |
+
colorama==0.4.3
|
21 |
+
constantly==15.1.0
|
22 |
+
contourpy==1.0.5
|
23 |
+
cryptography==38.0.1
|
24 |
+
cssselect==1.1.0
|
25 |
+
cycler==0.11.0
|
26 |
+
debugpy==1.6.3
|
27 |
+
decorator==5.1.1
|
28 |
+
entrypoints==0.4
|
29 |
+
executing==1.1.1
|
30 |
+
fastapi==0.85.1
|
31 |
+
ffmpy==0.3.0
|
32 |
+
filelock==3.8.0
|
33 |
+
fonttools==4.37.4
|
34 |
+
frozenlist==1.3.1
|
35 |
+
fsspec==2022.8.2
|
36 |
+
ftfy==6.1.1
|
37 |
+
google-auth==2.12.0
|
38 |
+
google-auth-oauthlib==0.4.6
|
39 |
+
gql==3.0.0a6
|
40 |
+
gradient-utils==0.5.0
|
41 |
+
gradio==3.5
|
42 |
+
graphql-core==3.1.7
|
43 |
+
grpcio==1.49.1
|
44 |
+
h11==0.12.0
|
45 |
+
halo==0.0.31
|
46 |
+
httpcore==0.15.0
|
47 |
+
httpx==0.23.0
|
48 |
+
huggingface-hub==0.10.1
|
49 |
+
hyperlink==21.0.0
|
50 |
+
idna==3.4
|
51 |
+
incremental==22.10.0
|
52 |
+
iniconfig==1.1.1
|
53 |
+
ipykernel==6.16.0
|
54 |
+
ipython==8.5.0
|
55 |
+
itemadapter==0.7.0
|
56 |
+
itemloaders==1.0.6
|
57 |
+
jedi==0.18.1
|
58 |
+
Jinja2==3.1.2
|
59 |
+
jmespath==1.0.1
|
60 |
+
joblib==1.2.0
|
61 |
+
jupyter-core==4.11.1
|
62 |
+
jupyter_client==7.4.2
|
63 |
+
kiwisolver==1.4.4
|
64 |
+
linkify-it-py==1.0.3
|
65 |
+
log-symbols==0.0.14
|
66 |
+
lxml==4.9.1
|
67 |
+
Markdown==3.4.1
|
68 |
+
markdown-it-py==2.1.0
|
69 |
+
MarkupSafe==2.1.1
|
70 |
+
marshmallow==2.21.0
|
71 |
+
matplotlib==3.6.1
|
72 |
+
matplotlib-inline==0.1.6
|
73 |
+
mdit-py-plugins==0.3.1
|
74 |
+
mdurl==0.1.2
|
75 |
+
multidict==6.0.2
|
76 |
+
multilingual-clip==1.0.10
|
77 |
+
nest-asyncio==1.5.6
|
78 |
+
nltk==3.7
|
79 |
+
numpy==1.23.4
|
80 |
+
oauthlib==3.2.1
|
81 |
+
orjson==3.8.0
|
82 |
+
packaging==21.3
|
83 |
+
pandas==1.5.0
|
84 |
+
paramiko==2.11.0
|
85 |
+
parsel==1.6.0
|
86 |
+
parso==0.8.3
|
87 |
+
pexpect==4.8.0
|
88 |
+
pickleshare==0.7.5
|
89 |
+
Pillow==9.2.0
|
90 |
+
pluggy==1.0.0
|
91 |
+
progressbar2==4.2.0
|
92 |
+
prometheus-client==0.9.0
|
93 |
+
prompt-toolkit==3.0.31
|
94 |
+
Protego==0.2.1
|
95 |
+
protobuf==3.19.6
|
96 |
+
psutil==5.9.2
|
97 |
+
ptyprocess==0.7.0
|
98 |
+
pure-eval==0.2.2
|
99 |
+
py==1.11.0
|
100 |
+
pyasn1==0.4.8
|
101 |
+
pyasn1-modules==0.2.8
|
102 |
+
pycparser==2.21
|
103 |
+
pycryptodome==3.15.0
|
104 |
+
pydantic==1.10.2
|
105 |
+
pyDeprecate==0.3.2
|
106 |
+
PyDispatcher==2.0.6
|
107 |
+
pydub==0.25.1
|
108 |
+
Pygments==2.13.0
|
109 |
+
pymongo==3.13.0
|
110 |
+
PyNaCl==1.5.0
|
111 |
+
pyOpenSSL==22.1.0
|
112 |
+
pyparsing==3.0.9
|
113 |
+
pytest==7.1.3
|
114 |
+
python-dateutil==2.8.2
|
115 |
+
python-multipart==0.0.5
|
116 |
+
python-utils==3.4.5
|
117 |
+
pytorch-lightning==1.7.7
|
118 |
+
pytz==2022.4
|
119 |
+
PyYAML==5.4.1
|
120 |
+
pyzmq==24.0.1
|
121 |
+
queuelib==1.6.2
|
122 |
+
regex==2022.9.13
|
123 |
+
requests==2.28.1
|
124 |
+
requests-file==1.5.1
|
125 |
+
requests-oauthlib==1.3.1
|
126 |
+
requests-toolbelt==0.10.1
|
127 |
+
rfc3986==1.5.0
|
128 |
+
rsa==4.9
|
129 |
+
scikit-learn==1.1.2
|
130 |
+
scipy==1.9.2
|
131 |
+
Scrapy==2.7.0
|
132 |
+
sentence-transformers==2.2.2
|
133 |
+
sentencepiece==0.1.97
|
134 |
+
service-identity==21.1.0
|
135 |
+
shellingham==1.5.0
|
136 |
+
six==1.16.0
|
137 |
+
sniffio==1.3.0
|
138 |
+
spinners==0.0.24
|
139 |
+
stack-data==0.5.1
|
140 |
+
starlette==0.20.4
|
141 |
+
tensorboard==2.10.1
|
142 |
+
tensorboard-data-server==0.6.1
|
143 |
+
tensorboard-plugin-wit==1.8.1
|
144 |
+
termcolor==2.1.0
|
145 |
+
terminaltables==3.1.10
|
146 |
+
threadpoolctl==3.1.0
|
147 |
+
tldextract==3.4.0
|
148 |
+
tokenizers==0.13.1
|
149 |
+
tomli==2.0.1
|
150 |
+
torch==1.12.1
|
151 |
+
torchmetrics==0.10.0
|
152 |
+
torchvision==0.13.1
|
153 |
+
tornado==6.2
|
154 |
+
tqdm==4.64.1
|
155 |
+
traitlets==5.4.0
|
156 |
+
transformers==4.23.1
|
157 |
+
Twisted==22.10.0
|
158 |
+
typing_extensions==4.4.0
|
159 |
+
uc-micro-py==1.0.1
|
160 |
+
urllib3==1.26.12
|
161 |
+
uvicorn==0.18.3
|
162 |
+
w3lib==2.0.1
|
163 |
+
wcwidth==0.2.5
|
164 |
+
websocket-client==0.57.0
|
165 |
+
websockets==10.3
|
166 |
+
Werkzeug==2.2.2
|
167 |
+
yarl==1.8.1
|
168 |
+
zope.interface==5.5.0
|