Spaces:
Build error
Build error
mg297bgyy
commited on
Commit
·
1d2df2b
1
Parent(s):
76c91ec
LFS file
Browse files- .gitattributes +1 -0
- app.py +1 -0
- export.pkl +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
export.pkl filter=lfs diff=lfs merge=lfs -text
|
app.py
CHANGED
|
@@ -44,3 +44,4 @@ btn_upload = widgets.FileUpload()
|
|
| 44 |
VBox([widgets.Label('Select your forest!'),
|
| 45 |
btn_upload, btn_run, out_pl, lbl_pred])
|
| 46 |
|
|
|
|
|
|
| 44 |
VBox([widgets.Label('Select your forest!'),
|
| 45 |
btn_upload, btn_run, out_pl, lbl_pred])
|
| 46 |
|
| 47 |
+
|
export.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:439b2c2c88604ac7a48c304eba82c3b52845d85ac3c7bdad5dfa8d42e271093b
|
| 3 |
+
size 46965566
|