Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,8 +3,8 @@
|
|
| 3 |
__all__ = ['is_cat', 'learn', 'classify_image', 'categories', 'image', 'label', 'examples', 'intf']
|
| 4 |
|
| 5 |
# Cell
|
| 6 |
-
from fastai.vision.all import *
|
| 7 |
import gradio as gr
|
|
|
|
| 8 |
|
| 9 |
def is_cat(x): return x[0].isupper()
|
| 10 |
|
|
|
|
| 3 |
__all__ = ['is_cat', 'learn', 'classify_image', 'categories', 'image', 'label', 'examples', 'intf']
|
| 4 |
|
| 5 |
# Cell
|
|
|
|
| 6 |
import gradio as gr
|
| 7 |
+
from fastai.vision.all import *
|
| 8 |
|
| 9 |
def is_cat(x): return x[0].isupper()
|
| 10 |
|