Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files- model.pkl +3 -0
- pyproject.toml +3 -0
model.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02a31b55c584b81000e60cd6e9e47d8583b0c09aa218539c52f8bbea4f5b1b1e
|
| 3 |
+
size 135710480
|
pyproject.toml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[build-system]
|
| 2 |
+
requires = ["setuptools>=40.8.0", "wheel", "python=3.11.12", "fastai=2.8.1", "fastcore=1.8.2"]
|
| 3 |
+
build-backend = "setuptools.build_meta:__legacy__"
|