Remove unnecessary files and update requirements.txt
Browse files- README copy.md +0 -13
- requirements copy.txt +0 -53
- requirements.txt +53 -3
README copy.md
DELETED
@@ -1,13 +0,0 @@
|
|
1 |
-
---
|
2 |
-
title: Autoinsta
|
3 |
-
emoji: 🦀
|
4 |
-
colorFrom: pink
|
5 |
-
colorTo: green
|
6 |
-
sdk: streamlit
|
7 |
-
sdk_version: 1.37.0
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
-
license: mit
|
11 |
-
---
|
12 |
-
|
13 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements copy.txt
DELETED
@@ -1,53 +0,0 @@
|
|
1 |
-
altair==5.3.0
|
2 |
-
annotated-types==0.7.0
|
3 |
-
attrs==23.2.0
|
4 |
-
blinker==1.8.2
|
5 |
-
cachetools==5.4.0
|
6 |
-
certifi==2024.7.4
|
7 |
-
charset-normalizer==3.3.2
|
8 |
-
click==8.1.7
|
9 |
-
decorator==4.4.2
|
10 |
-
gitdb==4.0.11
|
11 |
-
GitPython==3.1.43
|
12 |
-
idna==3.7
|
13 |
-
imageio==2.34.2
|
14 |
-
imageio-ffmpeg==0.5.1
|
15 |
-
instagrapi==2.1.2
|
16 |
-
Jinja2==3.1.4
|
17 |
-
jsonschema==4.23.0
|
18 |
-
jsonschema-specifications==2023.12.1
|
19 |
-
markdown-it-py==3.0.0
|
20 |
-
MarkupSafe==2.1.5
|
21 |
-
mdurl==0.1.2
|
22 |
-
moviepy==1.0.3
|
23 |
-
numpy==2.0.1
|
24 |
-
packaging==24.1
|
25 |
-
pandas==2.2.2
|
26 |
-
pillow==10.4.0
|
27 |
-
proglog==0.1.10
|
28 |
-
protobuf==5.27.2
|
29 |
-
pyarrow==17.0.0
|
30 |
-
pycryptodomex==3.20.0
|
31 |
-
pydantic==2.7.1
|
32 |
-
pydantic_core==2.18.2
|
33 |
-
pydeck==0.9.1
|
34 |
-
Pygments==2.18.0
|
35 |
-
PySocks==1.7.1
|
36 |
-
python-dateutil==2.9.0.post0
|
37 |
-
pytz==2024.1
|
38 |
-
referencing==0.35.1
|
39 |
-
requests==2.32.3
|
40 |
-
rich==13.7.1
|
41 |
-
rpds-py==0.19.1
|
42 |
-
setuptools==72.1.0
|
43 |
-
six==1.16.0
|
44 |
-
smmap==5.0.1
|
45 |
-
streamlit==1.37.0
|
46 |
-
tenacity==8.5.0
|
47 |
-
toml==0.10.2
|
48 |
-
toolz==0.12.1
|
49 |
-
tornado==6.4.1
|
50 |
-
tqdm==4.66.4
|
51 |
-
typing_extensions==4.12.2
|
52 |
-
tzdata==2024.1
|
53 |
-
urllib3==2.2.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
@@ -1,3 +1,53 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==5.3.0
|
2 |
+
annotated-types==0.7.0
|
3 |
+
attrs==23.2.0
|
4 |
+
blinker==1.8.2
|
5 |
+
cachetools==5.4.0
|
6 |
+
certifi==2024.7.4
|
7 |
+
charset-normalizer==3.3.2
|
8 |
+
click==8.1.7
|
9 |
+
decorator==4.4.2
|
10 |
+
gitdb==4.0.11
|
11 |
+
GitPython==3.1.43
|
12 |
+
idna==3.7
|
13 |
+
imageio==2.34.2
|
14 |
+
imageio-ffmpeg==0.5.1
|
15 |
+
instagrapi==2.1.2
|
16 |
+
Jinja2==3.1.4
|
17 |
+
jsonschema==4.23.0
|
18 |
+
jsonschema-specifications==2023.12.1
|
19 |
+
markdown-it-py==3.0.0
|
20 |
+
MarkupSafe==2.1.5
|
21 |
+
mdurl==0.1.2
|
22 |
+
moviepy==1.0.3
|
23 |
+
numpy==2.0.1
|
24 |
+
packaging==24.1
|
25 |
+
pandas==2.2.2
|
26 |
+
pillow==10.4.0
|
27 |
+
proglog==0.1.10
|
28 |
+
protobuf==5.27.2
|
29 |
+
pyarrow==17.0.0
|
30 |
+
pycryptodomex==3.20.0
|
31 |
+
pydantic==2.7.1
|
32 |
+
pydantic_core==2.18.2
|
33 |
+
pydeck==0.9.1
|
34 |
+
Pygments==2.18.0
|
35 |
+
PySocks==1.7.1
|
36 |
+
python-dateutil==2.9.0.post0
|
37 |
+
pytz==2024.1
|
38 |
+
referencing==0.35.1
|
39 |
+
requests==2.32.3
|
40 |
+
rich==13.7.1
|
41 |
+
rpds-py==0.19.1
|
42 |
+
setuptools==72.1.0
|
43 |
+
six==1.16.0
|
44 |
+
smmap==5.0.1
|
45 |
+
streamlit==1.37.0
|
46 |
+
tenacity==8.5.0
|
47 |
+
toml==0.10.2
|
48 |
+
toolz==0.12.1
|
49 |
+
tornado==6.4.1
|
50 |
+
tqdm==4.66.4
|
51 |
+
typing_extensions==4.12.2
|
52 |
+
tzdata==2024.1
|
53 |
+
urllib3==2.2.2
|