Spaces:
Runtime error
Runtime error
El loza
commited on
Commit
·
f161ea5
1
Parent(s):
ba7764a
New Model, still low accuracy...
Browse files- app.py +5 -1
- export.pkl +1 -1
app.py
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
from fastai.vision.all import *
|
2 |
from fastgradio import Demo
|
3 |
|
|
|
|
|
|
|
4 |
learn = load_learner('export.pkl')
|
5 |
-
Demo(learn).launch(title="
|
|
|
|
1 |
from fastai.vision.all import *
|
2 |
from fastgradio import Demo
|
3 |
|
4 |
+
description_text = '''Clasifica imágenes de 6 estructuras distintas:
|
5 |
+
[Bioestratificación,Bioturbación,Deformación,Diiagenéticas,Erosivas,Flujo]'''
|
6 |
+
|
7 |
learn = load_learner('export.pkl')
|
8 |
+
Demo(learn).launch(title="Clasificador (versión en construcción)", description=description_text,
|
9 |
+
examples=[["flujo.png"]])
|
export.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 102893461
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e1b1460d7aa67ddf87d0b5fc51f395f10d3531777696abccd608d410154fb41
|
3 |
size 102893461
|