Spaces:
Runtime error
Runtime error
JoePratchaya
commited on
Commit
•
f3b19ff
1
Parent(s):
5f664e5
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
from fastai import *
|
2 |
import gradio as gr
|
3 |
|
4 |
-
def is_dobby(x): return x[0].isupper()
|
5 |
|
6 |
learn = load_learner("model.pkl")
|
7 |
|
|
|
1 |
+
from fastai.vision.all import *
|
2 |
import gradio as gr
|
3 |
|
4 |
+
#def is_dobby(x): return x[0].isupper()
|
5 |
|
6 |
learn = load_learner("model.pkl")
|
7 |
|