Spaces:
Runtime error
Runtime error
lehmannerich
commited on
Commit
·
9537abc
1
Parent(s):
0883c37
Fixed import statement
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
|
3 |
|
4 |
_all_ = ['is_cat', 'learn', 'classify_image',
|
5 |
'categories', 'image', 'label', 'examples', 'intf']
|
|
|
1 |
import gradio as gr
|
2 |
+
from fastai.vision.all import *
|
3 |
|
4 |
_all_ = ['is_cat', 'learn', 'classify_image',
|
5 |
'categories', 'image', 'label', 'examples', 'intf']
|