Spaces:
Sleeping
Sleeping
Ross May
commited on
Commit
•
261a23d
1
Parent(s):
700de61
deploying woodpecker app
Browse files- model_lec2.pkl +3 -0
- notes.txt +3 -0
- requirements.txt +1 -0
model_lec2.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fedf5515387ee6c950266dc8c6510c8871ae7802d1216bbd87517bed5d13f7e8
|
3 |
+
size 46985771
|
notes.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
In order to push your .pkl file you need to first install git-lfs.
|
2 |
+
If using Ubuntu then run: sudo apt-get install git-lfs.
|
3 |
+
See, https://www.tanishq.ai/blog/gradio_hf_spaces_tutorial, for more details.
|
requirements.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
fastai
|