Spaces:
Runtime error
Runtime error
Aravinth-Megnath
commited on
Commit
·
fc4e01b
1
Parent(s):
21535de
Update app.py
Browse files
app.py
CHANGED
@@ -4,9 +4,9 @@
|
|
4 |
__all__ = ['learn', 'labels', 'demo', 'predict']
|
5 |
|
6 |
# %% ../canals_classification.ipynb 1
|
7 |
-
from fastai.vision.all import *
|
8 |
-
import gradio as gr
|
9 |
|
|
|
|
|
10 |
# %% ../canals_classification.ipynb 2
|
11 |
learn = load_learner("canals.pkl")
|
12 |
|
|
|
4 |
__all__ = ['learn', 'labels', 'demo', 'predict']
|
5 |
|
6 |
# %% ../canals_classification.ipynb 1
|
|
|
|
|
7 |
|
8 |
+
import gradio as gr
|
9 |
+
from fastai.vision.all import *
|
10 |
# %% ../canals_classification.ipynb 2
|
11 |
learn = load_learner("canals.pkl")
|
12 |
|