Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from fastai.vision.all import *
|
|
4 |
|
5 |
repo_id = "MarioGL/emotion"
|
6 |
|
7 |
-
learn = load_learner(
|
8 |
|
9 |
|
10 |
def classify_text(text):
|
|
|
4 |
|
5 |
repo_id = "MarioGL/emotion"
|
6 |
|
7 |
+
learn = load_learner(repo_id)
|
8 |
|
9 |
|
10 |
def classify_text(text):
|