Spaces:
Sleeping
Sleeping
MikeTrizna
commited on
Commit
•
27a280b
1
Parent(s):
3e3196c
Removed model file and changed requirements
Browse files- app.py +0 -1
- prunus_model_res50_temp_trop_v3_fp16_22epochs.pkl +0 -3
- requirements.txt +1 -1
app.py
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
import numpy as np
|
3 |
-
from fastai.learner import load_learner
|
4 |
from huggingface_hub import from_pretrained_fastai
|
5 |
|
6 |
learn_imp = from_pretrained_fastai('MikeTrizna/Prunus_lineage_classifier')
|
|
|
1 |
import gradio as gr
|
2 |
import numpy as np
|
|
|
3 |
from huggingface_hub import from_pretrained_fastai
|
4 |
|
5 |
learn_imp = from_pretrained_fastai('MikeTrizna/Prunus_lineage_classifier')
|
prunus_model_res50_temp_trop_v3_fp16_22epochs.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:847d82d18d70b6e5b22812e075e7edc01d5a1de9ef1051ff6ed6178664d63fef
|
3 |
-
size 103001173
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
fastai
|
|
|
1 |
+
huggingface_hub[fastai]
|