Arman511 commited on
Commit
d5a33ba
·
1 Parent(s): eaafae6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  from fastai.text.all import *
2
  import gradio as gr
3
 
4
- learn.load_learner('export.pkl')
5
 
6
  categories = ('Negative', 'Positive')
7
  label = gr.outputs.Label()
 
1
  from fastai.text.all import *
2
  import gradio as gr
3
 
4
+ learn = load_learner('export.pkl')
5
 
6
  categories = ('Negative', 'Positive')
7
  label = gr.outputs.Label()