Spaces:
Sleeping
Sleeping
Commit ·
ec9a2bf
1
Parent(s): e3ea74f
update_model
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ __all__ = ['learn', 'categories', 'image', 'label', 'examples', 'intf', 'is_sea'
|
|
| 6 |
# %% ../02_exp_app.ipynb 1
|
| 7 |
from fastai.vision.all import *
|
| 8 |
import gradio as gr
|
| 9 |
-
|
| 10 |
def is_sea(x) : return x[0].isupper()
|
| 11 |
|
| 12 |
# %% ../02_exp_app.ipynb 3
|
|
|
|
| 6 |
# %% ../02_exp_app.ipynb 1
|
| 7 |
from fastai.vision.all import *
|
| 8 |
import gradio as gr
|
| 9 |
+
#123
|
| 10 |
def is_sea(x) : return x[0].isupper()
|
| 11 |
|
| 12 |
# %% ../02_exp_app.ipynb 3
|