Upload folder using huggingface_hub
Browse files- .gitignore +3 -1
- requirements.txt +102 -0
.gitignore
CHANGED
|
@@ -1,3 +1,5 @@
|
|
| 1 |
.env
|
| 2 |
.ai/
|
| 3 |
-
.cursorrules
|
|
|
|
|
|
|
|
|
| 1 |
.env
|
| 2 |
.ai/
|
| 3 |
+
.cursorrules
|
| 4 |
+
gradio_cache_examples/
|
| 5 |
+
__pycache__/
|
requirements.txt
ADDED
|
@@ -0,0 +1,102 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
aiofiles==23.2.1
|
| 2 |
+
aiohappyeyeballs==2.4.0
|
| 3 |
+
aiohttp==3.10.5
|
| 4 |
+
aiosignal==1.3.1
|
| 5 |
+
aiostream==0.5.2
|
| 6 |
+
altair==5.4.1
|
| 7 |
+
annotated-types==0.7.0
|
| 8 |
+
anyio==4.5.0
|
| 9 |
+
async-timeout==4.0.3
|
| 10 |
+
attrs==24.2.0
|
| 11 |
+
blinker==1.8.2
|
| 12 |
+
cachetools==5.5.0
|
| 13 |
+
certifi==2024.8.30
|
| 14 |
+
charset-normalizer==3.3.2
|
| 15 |
+
click==8.1.7
|
| 16 |
+
colorama==0.4.6
|
| 17 |
+
contourpy==1.3.0
|
| 18 |
+
cycler==0.12.1
|
| 19 |
+
distro==1.9.0
|
| 20 |
+
exceptiongroup==1.2.2
|
| 21 |
+
fastapi==0.115.0
|
| 22 |
+
ffmpy==0.4.0
|
| 23 |
+
filelock==3.16.1
|
| 24 |
+
fonttools==4.53.1
|
| 25 |
+
frozenlist==1.4.1
|
| 26 |
+
fsspec==2024.9.0
|
| 27 |
+
gitdb==4.0.11
|
| 28 |
+
gitpython==3.1.43
|
| 29 |
+
gradio==4.44.0
|
| 30 |
+
gradio-client==1.3.0
|
| 31 |
+
grpclib==0.4.7
|
| 32 |
+
h11==0.14.0
|
| 33 |
+
h2==4.1.0
|
| 34 |
+
hpack==4.0.0
|
| 35 |
+
httpcore==1.0.5
|
| 36 |
+
httpx==0.27.2
|
| 37 |
+
huggingface-hub==0.25.0
|
| 38 |
+
hyperframe==6.0.1
|
| 39 |
+
idna==3.10
|
| 40 |
+
importlib-resources==6.4.5
|
| 41 |
+
jinja2==3.1.4
|
| 42 |
+
jiter==0.5.0
|
| 43 |
+
jsonschema==4.23.0
|
| 44 |
+
jsonschema-specifications==2023.12.1
|
| 45 |
+
kiwisolver==1.4.7
|
| 46 |
+
markdown-it-py==3.0.0
|
| 47 |
+
markupsafe==2.1.5
|
| 48 |
+
matplotlib==3.9.2
|
| 49 |
+
mdurl==0.1.2
|
| 50 |
+
modal==0.64.126
|
| 51 |
+
multidict==6.1.0
|
| 52 |
+
narwhals==1.8.1
|
| 53 |
+
numpy==2.0.2
|
| 54 |
+
openai==1.46.1
|
| 55 |
+
orjson==3.10.7
|
| 56 |
+
packaging==24.1
|
| 57 |
+
pandas==2.2.2
|
| 58 |
+
pillow==10.4.0
|
| 59 |
+
protobuf==4.25.5
|
| 60 |
+
pyarrow==17.0.0
|
| 61 |
+
pydantic==2.9.2
|
| 62 |
+
pydantic-core==2.23.4
|
| 63 |
+
pydeck==0.9.1
|
| 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.9
|
| 69 |
+
pytz==2024.2
|
| 70 |
+
pyyaml==6.0.2
|
| 71 |
+
referencing==0.35.1
|
| 72 |
+
requests==2.32.3
|
| 73 |
+
rich==13.8.1
|
| 74 |
+
rpds-py==0.20.0
|
| 75 |
+
ruff==0.6.5
|
| 76 |
+
semantic-version==2.10.0
|
| 77 |
+
shellingham==1.5.4
|
| 78 |
+
sigtools==4.0.1
|
| 79 |
+
six==1.16.0
|
| 80 |
+
smmap==5.0.1
|
| 81 |
+
sniffio==1.3.1
|
| 82 |
+
starlette==0.38.5
|
| 83 |
+
streamlit==1.38.0
|
| 84 |
+
synchronicity==0.7.6
|
| 85 |
+
tenacity==8.5.0
|
| 86 |
+
toml==0.10.2
|
| 87 |
+
tomlkit==0.12.0
|
| 88 |
+
tornado==6.4.1
|
| 89 |
+
tqdm==4.66.5
|
| 90 |
+
turing-test-prompt-competition==0.1.0
|
| 91 |
+
typer==0.12.5
|
| 92 |
+
types-certifi==2021.10.8.3
|
| 93 |
+
types-toml==0.10.8.20240310
|
| 94 |
+
typing-extensions==4.12.2
|
| 95 |
+
tzdata==2024.1
|
| 96 |
+
urllib3==2.2.3
|
| 97 |
+
uvicorn==0.30.6
|
| 98 |
+
watchdog==4.0.2
|
| 99 |
+
watchfiles==0.24.0
|
| 100 |
+
websockets==12.0
|
| 101 |
+
yarl==1.11.1
|
| 102 |
+
zipp==3.20.2
|