bran138 commited on
Commit
b21ea85
·
1 Parent(s): 171deca

Re-exported model using fastai 2.8.4

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. model.pkl → model-2.pkl +2 -2
app.py CHANGED
@@ -32,7 +32,7 @@ import pandas as pd # data processing, CSV file I/O (e.g. pd.read_csv)
32
  from fastai.vision.all import *
33
  import gradio as gr
34
 
35
- learn = load_learner('model.pkl')
36
 
37
  #Pydantic Warnings
38
  # UnsupportedFieldAttributeWarning: The 'repr' attribute with value False ...
 
32
  from fastai.vision.all import *
33
  import gradio as gr
34
 
35
+ learn = load_learner('model-2.pkl')
36
 
37
  #Pydantic Warnings
38
  # UnsupportedFieldAttributeWarning: The 'repr' attribute with value False ...
model.pkl → model-2.pkl RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4dfb6f2bc9be4ae02af68f5522e3b8ccd437541be7e3ec8655f09321a8c6d4fb
3
- size 47061483
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5021741bee3ed26883897a28e84326b1d7ee57986af8d0c3768f82b251474bb3
3
+ size 47269609