Spaces:
Runtime error
Runtime error
Update
Browse files
app.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
__all__ = ['learn','classify_image','categories','image','label','examples','intf']
|
2 |
|
3 |
|
4 |
-
from fastai.vision.all import *
|
5 |
import gradio as gr
|
6 |
|
7 |
learn = load_learner('model.pkl')
|
|
|
1 |
__all__ = ['learn','classify_image','categories','image','label','examples','intf']
|
2 |
|
3 |
|
|
|
4 |
import gradio as gr
|
5 |
|
6 |
learn = load_learner('model.pkl')
|