Spaces:
Sleeping
Sleeping
Matan Kriel commited on
Commit ·
450331a
1
Parent(s): 96b47db
versions fix
Browse files- README.md +1 -1
- requirements.txt +9 -97
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 📺
|
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 5.
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
|
|
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.9.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
requirements.txt
CHANGED
|
@@ -1,97 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
contourpy==1.3.3
|
| 11 |
-
cramjam==2.11.0
|
| 12 |
-
cycler==0.12.1
|
| 13 |
-
Faker==40.1.0
|
| 14 |
-
fastapi==0.128.0
|
| 15 |
-
fastparquet==2025.12.0
|
| 16 |
-
ffmpy==1.0.0
|
| 17 |
-
filelock==3.20.3
|
| 18 |
-
fonttools==4.61.1
|
| 19 |
-
fsspec==2026.1.0
|
| 20 |
-
google-ai-generativelanguage==0.6.15
|
| 21 |
-
google-api-core==2.25.2
|
| 22 |
-
google-api-python-client==2.187.0
|
| 23 |
-
google-auth==2.47.0
|
| 24 |
-
google-auth-httplib2==0.3.0
|
| 25 |
-
google-generativeai==0.8.6
|
| 26 |
-
googleapis-common-protos==1.72.0
|
| 27 |
-
gradio==6.3.0
|
| 28 |
-
gradio_client==2.0.3
|
| 29 |
-
groovy==0.1.2
|
| 30 |
-
grpcio==1.76.0
|
| 31 |
-
grpcio-status==1.71.2
|
| 32 |
-
h11==0.16.0
|
| 33 |
-
hf-xet==1.2.0
|
| 34 |
-
httpcore==1.0.9
|
| 35 |
-
httplib2==0.31.0
|
| 36 |
-
httpx==0.28.1
|
| 37 |
-
huggingface-hub==0.36.0
|
| 38 |
-
idna==3.11
|
| 39 |
-
Jinja2==3.1.6
|
| 40 |
-
joblib==1.5.3
|
| 41 |
-
kiwisolver==1.4.9
|
| 42 |
-
markdown-it-py==4.0.0
|
| 43 |
-
MarkupSafe==3.0.3
|
| 44 |
-
matplotlib==3.10.8
|
| 45 |
-
mdurl==0.1.2
|
| 46 |
-
mpmath==1.3.0
|
| 47 |
-
networkx==3.6.1
|
| 48 |
-
numpy==2.4.1
|
| 49 |
-
orjson==3.11.5
|
| 50 |
-
packaging==25.0
|
| 51 |
-
pandas==2.3.3
|
| 52 |
-
pillow==12.1.0
|
| 53 |
-
proto-plus==1.27.0
|
| 54 |
-
protobuf==5.29.5
|
| 55 |
-
pyarrow==22.0.0
|
| 56 |
-
pyasn1==0.6.1
|
| 57 |
-
pyasn1_modules==0.4.2
|
| 58 |
-
pydantic==2.12.5
|
| 59 |
-
pydantic_core==2.41.5
|
| 60 |
-
pydub==0.25.1
|
| 61 |
-
Pygments==2.19.2
|
| 62 |
-
pyparsing==3.3.1
|
| 63 |
-
python-dateutil==2.9.0.post0
|
| 64 |
-
python-dotenv==1.2.1
|
| 65 |
-
python-multipart==0.0.21
|
| 66 |
-
pytz==2025.2
|
| 67 |
-
PyYAML==6.0.3
|
| 68 |
-
regex==2025.11.3
|
| 69 |
-
requests==2.32.5
|
| 70 |
-
rich==14.2.0
|
| 71 |
-
rsa==4.9.1
|
| 72 |
-
safehttpx==0.1.7
|
| 73 |
-
safetensors==0.7.0
|
| 74 |
-
scikit-learn==1.8.0
|
| 75 |
-
scipy==1.17.0
|
| 76 |
-
seaborn==0.13.2
|
| 77 |
-
semantic-version==2.10.0
|
| 78 |
-
sentence-transformers==5.2.0
|
| 79 |
-
setuptools==80.9.0
|
| 80 |
-
shellingham==1.5.4
|
| 81 |
-
six==1.17.0
|
| 82 |
-
starlette==0.50.0
|
| 83 |
-
sympy==1.14.0
|
| 84 |
-
threadpoolctl==3.6.0
|
| 85 |
-
tokenizers==0.22.2
|
| 86 |
-
tomlkit==0.13.3
|
| 87 |
-
torch==2.9.1
|
| 88 |
-
tqdm==4.67.1
|
| 89 |
-
transformers==4.57.3
|
| 90 |
-
typer==0.21.1
|
| 91 |
-
typing-inspection==0.4.2
|
| 92 |
-
typing_extensions==4.15.0
|
| 93 |
-
tzdata==2025.3
|
| 94 |
-
uritemplate==4.2.0
|
| 95 |
-
urllib3==2.6.3
|
| 96 |
-
uvicorn==0.40.0
|
| 97 |
-
xgboost==3.1.3
|
|
|
|
| 1 |
+
gradio>=5.0
|
| 2 |
+
pandas
|
| 3 |
+
numpy
|
| 4 |
+
xgboost
|
| 5 |
+
scikit-learn
|
| 6 |
+
sentence-transformers
|
| 7 |
+
google-generativeai
|
| 8 |
+
python-dotenv
|
| 9 |
+
faker
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|