Spaces:
Runtime error
Runtime error
Upload 2 files
Browse files- hotdog_model.pkl +3 -0
- requirements.txt +8 -0
hotdog_model.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b32dc81e622632e1f87416e0387c05b1fb43f99539a63ba3c4a9cba45322ddf8
|
| 3 |
+
size 46968438
|
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastai>=2.7.12
|
| 2 |
+
torch>=2.0.1
|
| 3 |
+
torchvision>=0.15.2
|
| 4 |
+
pillow>=10.0.0
|
| 5 |
+
duckduckgo-search>=3.9.0
|
| 6 |
+
fastdownload>=0.0.7
|
| 7 |
+
loguru>=0.7.0
|
| 8 |
+
streamlit>=1.29.0
|