Spaces:
Runtime error
Runtime error
corrected code
Browse files
app.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
from fastcore.all import *
|
3 |
|
4 |
-
sd
|
5 |
categories = ["Mario", "Popeye"]
|
6 |
|
7 |
predictor = load_learner("mario_popeye_model.pkl")
|
|
|
1 |
import gradio as gr
|
2 |
from fastcore.all import *
|
3 |
|
|
|
4 |
categories = ["Mario", "Popeye"]
|
5 |
|
6 |
predictor = load_learner("mario_popeye_model.pkl")
|