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