Spaces:
Runtime error
Runtime error
Re-exported model using fastai 2.8.4
Browse files- app.py +1 -1
- 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:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5021741bee3ed26883897a28e84326b1d7ee57986af8d0c3768f82b251474bb3
|
| 3 |
+
size 47269609
|