Spaces:
Running
on
Zero
Running
on
Zero
Upload folder using huggingface_hub
Browse files- README.md +1 -1
- requirements.txt +69 -1
README.md
CHANGED
@@ -5,7 +5,7 @@ colorFrom: blue
|
|
5 |
colorTo: yellow
|
6 |
app_file: app.py
|
7 |
sdk: gradio
|
8 |
-
sdk_version: 4.44.
|
9 |
---
|
10 |
# Neural Style Transfer w/ Salient Object Masking
|
11 |
|
|
|
5 |
colorTo: yellow
|
6 |
app_file: app.py
|
7 |
sdk: gradio
|
8 |
+
sdk_version: 4.44.1
|
9 |
---
|
10 |
# Neural Style Transfer w/ Salient Object Masking
|
11 |
|
requirements.txt
CHANGED
@@ -1,9 +1,16 @@
|
|
1 |
absl-py==2.1.0
|
2 |
aiofiles==23.2.1
|
|
|
|
|
|
|
3 |
annotated-types==0.7.0
|
4 |
anyio==4.6.0
|
5 |
appnope==0.1.4
|
|
|
6 |
asttokens==2.4.1
|
|
|
|
|
|
|
7 |
certifi==2024.8.30
|
8 |
charset-normalizer==3.3.2
|
9 |
click==8.1.7
|
@@ -12,30 +19,53 @@ contourpy==1.3.0
|
|
12 |
cycler==0.12.1
|
13 |
debugpy==1.8.7
|
14 |
decorator==5.1.1
|
|
|
|
|
15 |
executing==2.1.0
|
16 |
fastapi==0.115.0
|
17 |
ffmpy==0.4.0
|
18 |
filelock==3.16.1
|
19 |
fonttools==4.54.1
|
|
|
20 |
fsspec==2024.9.0
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
gradio_client==1.3.0
|
23 |
gradio_imageslider==0.0.20
|
24 |
grpcio==1.66.1
|
|
|
25 |
h11==0.14.0
|
|
|
|
|
26 |
httpcore==1.0.5
|
|
|
27 |
httpx==0.27.2
|
28 |
huggingface-hub==0.25.1
|
29 |
idna==3.10
|
|
|
30 |
importlib_resources==6.4.5
|
|
|
31 |
ipykernel==6.29.5
|
32 |
ipython==8.28.0
|
33 |
jedi==0.19.1
|
34 |
Jinja2==3.1.4
|
|
|
35 |
joblib==1.4.2
|
|
|
|
|
36 |
jupyter_client==8.6.3
|
37 |
jupyter_core==5.7.2
|
38 |
kiwisolver==1.4.7
|
|
|
39 |
Markdown==3.7
|
40 |
markdown-it-py==3.0.0
|
41 |
MarkupSafe==2.1.5
|
@@ -43,11 +73,16 @@ matplotlib==3.9.2
|
|
43 |
matplotlib-inline==0.1.7
|
44 |
mdurl==0.1.2
|
45 |
mpmath==1.3.0
|
|
|
46 |
nest-asyncio==1.6.0
|
47 |
networkx==3.3
|
|
|
48 |
numpy==2.1.1
|
|
|
|
|
49 |
opencv-python==4.10.0.84
|
50 |
orjson==3.10.7
|
|
|
51 |
packaging==24.1
|
52 |
pandas==2.2.3
|
53 |
parso==0.8.4
|
@@ -55,48 +90,81 @@ pexpect==4.9.0
|
|
55 |
pillow==10.4.0
|
56 |
platformdirs==4.3.6
|
57 |
prompt_toolkit==3.0.48
|
|
|
58 |
protobuf==5.28.2
|
59 |
psutil==5.9.8
|
60 |
ptyprocess==0.7.0
|
61 |
pure_eval==0.2.3
|
|
|
|
|
62 |
pydantic==2.9.2
|
63 |
pydantic_core==2.23.4
|
64 |
pydub==0.25.1
|
65 |
Pygments==2.18.0
|
66 |
pyparsing==3.1.4
|
|
|
|
|
67 |
python-dateutil==2.9.0.post0
|
|
|
68 |
python-multipart==0.0.10
|
69 |
pytz==2024.2
|
70 |
PyYAML==6.0.2
|
71 |
pyzmq==26.2.0
|
|
|
|
|
|
|
72 |
requests==2.32.3
|
73 |
rich==13.8.1
|
|
|
|
|
74 |
ruff==0.6.8
|
|
|
75 |
scikit-learn==1.5.2
|
76 |
scipy==1.14.1
|
|
|
77 |
semantic-version==2.10.0
|
|
|
78 |
setuptools==75.1.0
|
79 |
shellingham==1.5.4
|
|
|
80 |
six==1.16.0
|
|
|
81 |
sniffio==1.3.1
|
|
|
82 |
spaces==0.30.2
|
83 |
stack-data==0.6.3
|
84 |
starlette==0.38.6
|
85 |
sympy==1.13.3
|
86 |
tensorboard==2.18.0
|
87 |
tensorboard-data-server==0.7.2
|
|
|
88 |
threadpoolctl==3.5.0
|
|
|
|
|
|
|
|
|
89 |
tomlkit==0.12.0
|
90 |
torch==2.4.1
|
91 |
torchvision==0.19.1
|
92 |
tornado==6.4.1
|
93 |
tqdm==4.66.5
|
94 |
traitlets==5.14.3
|
|
|
|
|
95 |
typer==0.12.5
|
96 |
typing_extensions==4.12.2
|
97 |
tzdata==2024.2
|
|
|
98 |
urllib3==2.2.3
|
99 |
uvicorn==0.30.6
|
100 |
wcwidth==0.2.13
|
|
|
|
|
101 |
websockets==12.0
|
102 |
Werkzeug==3.0.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
absl-py==2.1.0
|
2 |
aiofiles==23.2.1
|
3 |
+
aiohappyeyeballs==2.4.0
|
4 |
+
aiohttp==3.10.5
|
5 |
+
aiosignal==1.3.1
|
6 |
annotated-types==0.7.0
|
7 |
anyio==4.6.0
|
8 |
appnope==0.1.4
|
9 |
+
astor==0.8.1
|
10 |
asttokens==2.4.1
|
11 |
+
attrs==24.2.0
|
12 |
+
blessed==1.20.0
|
13 |
+
cachetools==5.5.0
|
14 |
certifi==2024.8.30
|
15 |
charset-normalizer==3.3.2
|
16 |
click==8.1.7
|
|
|
19 |
cycler==0.12.1
|
20 |
debugpy==1.8.7
|
21 |
decorator==5.1.1
|
22 |
+
distro==1.9.0
|
23 |
+
editor==1.6.6
|
24 |
executing==2.1.0
|
25 |
fastapi==0.115.0
|
26 |
ffmpy==0.4.0
|
27 |
filelock==3.16.1
|
28 |
fonttools==4.54.1
|
29 |
+
frozenlist==1.4.1
|
30 |
fsspec==2024.9.0
|
31 |
+
git-python==1.0.3
|
32 |
+
gitdb==4.0.11
|
33 |
+
GitPython==3.1.43
|
34 |
+
google-ai-generativelanguage==0.6.6
|
35 |
+
google-api-core==2.19.2
|
36 |
+
google-api-python-client==2.144.0
|
37 |
+
google-auth==2.34.0
|
38 |
+
google-auth-httplib2==0.2.0
|
39 |
+
google-generativeai==0.7.2
|
40 |
+
googleapis-common-protos==1.65.0
|
41 |
+
gradio==4.44.1
|
42 |
gradio_client==1.3.0
|
43 |
gradio_imageslider==0.0.20
|
44 |
grpcio==1.66.1
|
45 |
+
grpcio-status==1.62.3
|
46 |
h11==0.14.0
|
47 |
+
html2image==2.0.4.3
|
48 |
+
html2text==2024.2.26
|
49 |
httpcore==1.0.5
|
50 |
+
httplib2==0.22.0
|
51 |
httpx==0.27.2
|
52 |
huggingface-hub==0.25.1
|
53 |
idna==3.10
|
54 |
+
importlib_metadata==8.4.0
|
55 |
importlib_resources==6.4.5
|
56 |
+
inquirer==3.4.0
|
57 |
ipykernel==6.29.5
|
58 |
ipython==8.28.0
|
59 |
jedi==0.19.1
|
60 |
Jinja2==3.1.4
|
61 |
+
jiter==0.5.0
|
62 |
joblib==1.4.2
|
63 |
+
jsonschema==4.23.0
|
64 |
+
jsonschema-specifications==2023.12.1
|
65 |
jupyter_client==8.6.3
|
66 |
jupyter_core==5.7.2
|
67 |
kiwisolver==1.4.7
|
68 |
+
litellm==1.44.22
|
69 |
Markdown==3.7
|
70 |
markdown-it-py==3.0.0
|
71 |
MarkupSafe==2.1.5
|
|
|
73 |
matplotlib-inline==0.1.7
|
74 |
mdurl==0.1.2
|
75 |
mpmath==1.3.0
|
76 |
+
multidict==6.0.5
|
77 |
nest-asyncio==1.6.0
|
78 |
networkx==3.3
|
79 |
+
nltk==3.9.1
|
80 |
numpy==2.1.1
|
81 |
+
open-interpreter==0.3.12
|
82 |
+
openai==1.44.1
|
83 |
opencv-python==4.10.0.84
|
84 |
orjson==3.10.7
|
85 |
+
outcome==1.3.0.post0
|
86 |
packaging==24.1
|
87 |
pandas==2.2.3
|
88 |
parso==0.8.4
|
|
|
90 |
pillow==10.4.0
|
91 |
platformdirs==4.3.6
|
92 |
prompt_toolkit==3.0.48
|
93 |
+
proto-plus==1.24.0
|
94 |
protobuf==5.28.2
|
95 |
psutil==5.9.8
|
96 |
ptyprocess==0.7.0
|
97 |
pure_eval==0.2.3
|
98 |
+
pyasn1==0.6.0
|
99 |
+
pyasn1_modules==0.4.0
|
100 |
pydantic==2.9.2
|
101 |
pydantic_core==2.23.4
|
102 |
pydub==0.25.1
|
103 |
Pygments==2.18.0
|
104 |
pyparsing==3.1.4
|
105 |
+
pyperclip==1.9.0
|
106 |
+
PySocks==1.7.1
|
107 |
python-dateutil==2.9.0.post0
|
108 |
+
python-dotenv==1.0.1
|
109 |
python-multipart==0.0.10
|
110 |
pytz==2024.2
|
111 |
PyYAML==6.0.2
|
112 |
pyzmq==26.2.0
|
113 |
+
readchar==4.2.0
|
114 |
+
referencing==0.35.1
|
115 |
+
regex==2024.7.24
|
116 |
requests==2.32.3
|
117 |
rich==13.8.1
|
118 |
+
rpds-py==0.20.0
|
119 |
+
rsa==4.9
|
120 |
ruff==0.6.8
|
121 |
+
runs==1.2.2
|
122 |
scikit-learn==1.5.2
|
123 |
scipy==1.14.1
|
124 |
+
selenium==4.24.0
|
125 |
semantic-version==2.10.0
|
126 |
+
Send2Trash==1.8.3
|
127 |
setuptools==75.1.0
|
128 |
shellingham==1.5.4
|
129 |
+
shortuuid==1.0.13
|
130 |
six==1.16.0
|
131 |
+
smmap==5.0.1
|
132 |
sniffio==1.3.1
|
133 |
+
sortedcontainers==2.4.0
|
134 |
spaces==0.30.2
|
135 |
stack-data==0.6.3
|
136 |
starlette==0.38.6
|
137 |
sympy==1.13.3
|
138 |
tensorboard==2.18.0
|
139 |
tensorboard-data-server==0.7.2
|
140 |
+
termcolor==2.3.0
|
141 |
threadpoolctl==3.5.0
|
142 |
+
tiktoken==0.7.0
|
143 |
+
tokenizers==0.20.0
|
144 |
+
tokentrim==0.1.13
|
145 |
+
toml==0.10.2
|
146 |
tomlkit==0.12.0
|
147 |
torch==2.4.1
|
148 |
torchvision==0.19.1
|
149 |
tornado==6.4.1
|
150 |
tqdm==4.66.5
|
151 |
traitlets==5.14.3
|
152 |
+
trio==0.26.2
|
153 |
+
trio-websocket==0.11.1
|
154 |
typer==0.12.5
|
155 |
typing_extensions==4.12.2
|
156 |
tzdata==2024.2
|
157 |
+
uritemplate==4.1.1
|
158 |
urllib3==2.2.3
|
159 |
uvicorn==0.30.6
|
160 |
wcwidth==0.2.13
|
161 |
+
webdriver-manager==4.0.2
|
162 |
+
websocket-client==1.8.0
|
163 |
websockets==12.0
|
164 |
Werkzeug==3.0.4
|
165 |
+
wget==3.2
|
166 |
+
wsproto==1.2.0
|
167 |
+
xmod==1.8.1
|
168 |
+
yarl==1.11.0
|
169 |
+
yaspin==3.0.2
|
170 |
+
zipp==3.20.1
|