Spaces:
Runtime error
Runtime error
chuckma commited on
Commit ·
f492a64
1
Parent(s): c393935
add image file
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ _all_ = ['is_cat', 'learn', 'classify_image'
|
|
| 7 |
'image',
|
| 8 |
'label', 'examples', 'intf']
|
| 9 |
# Cell
|
| 10 |
-
from fastai.vision.
|
| 11 |
import gradio as gr
|
| 12 |
def is_cat(x): return x[0].isupper()
|
| 13 |
# Cell
|
|
|
|
| 7 |
'image',
|
| 8 |
'label', 'examples', 'intf']
|
| 9 |
# Cell
|
| 10 |
+
from fastai.vision.all import *
|
| 11 |
import gradio as gr
|
| 12 |
def is_cat(x): return x[0].isupper()
|
| 13 |
# Cell
|