whywynn commited on
Commit
609686d
1 Parent(s): 5b26606

Updated app.py to learn from bearmodel vs model

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
- learn = load_learner('model.pkl')
5
 
6
  def predict(img):
7
  img = PILImage.create(img)
 
1
  from fastai.vision.all import *
2
  import gradio as gr
3
 
4
+ learn = load_learner('bearmodel.pkl')
5
 
6
  def predict(img):
7
  img = PILImage.create(img)