Spaces:
Runtime error
Runtime error
Merge branch 'main' of https://huggingface.co/spaces/Warik21/lecture_2_fast_ai
Browse files
app.py
CHANGED
@@ -4,7 +4,6 @@ import gradio as gr
|
|
4 |
def is_cat(x): return x[0].isupper()
|
5 |
|
6 |
learn = load_learner('model.pkl')
|
7 |
-
learn.predict(im)
|
8 |
|
9 |
categories = ('Dog', 'Cat')
|
10 |
|
|
|
4 |
def is_cat(x): return x[0].isupper()
|
5 |
|
6 |
learn = load_learner('model.pkl')
|
|
|
7 |
|
8 |
categories = ('Dog', 'Cat')
|
9 |
|