Spaces:
Sleeping
Sleeping
Added model and requirements.txt
Browse files- bears.pkl +3 -0
- requirements.txt +5 -0
bears.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f40745002c8b7ba44e3840e2385f4eff041f0bd747252e4b66951586afb67efd
|
3 |
+
size 46974250
|
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastai
|
2 |
+
torch
|
3 |
+
gradio
|
4 |
+
numpy
|
5 |
+
pandas <2.0.0
|