Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import gradio as gr
|
|
|
2 |
from huggingface_hub import from_pretrained_fastai
|
3 |
|
4 |
learn = from_pretrained_fastai("edureyyy/MamographyClassifier/ModelSuperKek.pkl")
|
|
|
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")
|