edureyyy commited on
Commit
51e5e3f
·
1 Parent(s): ac9223c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
- pip install huggingface_hub["fastai"]
3
- from huggingface_hub import from_pretrained_fastai
4
 
5
  learn = from_pretrained_fastai("edureyyy/MamographyClassifier/ModelSuperKek.pkl")
6
  #learn = load_learner('edureyyy/MamographyClassifier/ModelSuperKek.pkl')
 
1
  import gradio as gr
2
+ from huggingface_hub import hf_hub_download
3
+ from fastai.learner import load_learner
4
 
5
  learn = from_pretrained_fastai("edureyyy/MamographyClassifier/ModelSuperKek.pkl")
6
  #learn = load_learner('edureyyy/MamographyClassifier/ModelSuperKek.pkl')