MarioGL commited on
Commit
26331ac
·
verified ·
1 Parent(s): eebc7aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from fastai.vision.all import *
4
 
5
  repo_id = "MarioGL/emotion"
6
 
7
- learn = load_learner(f'{repo_id}/model.pkl')
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):