Spaces:
Sleeping
Sleeping
George Sergia
commited on
Commit
·
852c47d
1
Parent(s):
4d88476
Fix model path
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ from fastai.vision.all import *
|
|
2 |
from huggingface_hub import push_to_hub_fastai, from_pretrained_fastai
|
3 |
import gradio as gr
|
4 |
|
5 |
-
learner = from_pretrained_fastai("kolkhi/
|
6 |
|
7 |
categories = ("grizzly", "black", "white", "brown", "teddy")
|
8 |
def classify_bear(img):
|
|
|
2 |
from huggingface_hub import push_to_hub_fastai, from_pretrained_fastai
|
3 |
import gradio as gr
|
4 |
|
5 |
+
learner = from_pretrained_fastai("kolkhi/bears")
|
6 |
|
7 |
categories = ("grizzly", "black", "white", "brown", "teddy")
|
8 |
def classify_bear(img):
|