Spaces:
Runtime error
Runtime error
pyhoernchen
commited on
Commit
•
f522bd2
1
Parent(s):
649ea3e
update app with correct model
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
from fastai.vision.all import *
|
2 |
import gradio as gr
|
3 |
|
4 |
-
learn = load_learner('
|
5 |
|
6 |
categories = ('Star Trek', 'Star Wars')
|
7 |
|
|
|
1 |
from fastai.vision.all import *
|
2 |
import gradio as gr
|
3 |
|
4 |
+
learn = load_learner('model.pkl')
|
5 |
|
6 |
categories = ('Star Trek', 'Star Wars')
|
7 |
|