HoaAn2003 commited on
Commit
82ed154
·
1 Parent(s): 71a8dbb

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.vision.all import *
2
  import gradio as gr
3
 
4
- learner = load_leaner("model.pkl")
5
 
6
  with open('categories.txt', 'r') as file:
7
  categories = file.read().split()
 
1
  from fastai.vision.all import *
2
  import gradio as gr
3
 
4
+ learner = load_learner("model.pkl")
5
 
6
  with open('categories.txt', 'r') as file:
7
  categories = file.read().split()