Spaces:
Sleeping
Sleeping
Diego Carpintero
commited on
Commit
·
a22f15d
1
Parent(s):
b7d7f3d
update model
Browse files- app.py +3 -3
- model/model.pkl +2 -2
app.py
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
import gradio as gr
|
2 |
from fastai.vision.all import *
|
3 |
|
4 |
-
title = "Interstellar
|
5 |
description = (
|
6 |
-
"
|
7 |
-
"course by fine tuning ResNet50 (3 epochs) with a custom dataset "
|
8 |
"of images (150 per label)."
|
9 |
)
|
10 |
inputs = gr.components.Image()
|
|
|
1 |
import gradio as gr
|
2 |
from fastai.vision.all import *
|
3 |
|
4 |
+
title = "Interstellar"
|
5 |
description = (
|
6 |
+
"Experimental Astronomical Classifier built for the fast.ai 'Deep Learning' "
|
7 |
+
"course by fine tuning ResNet50 (1 + 3 epochs) with a custom dataset "
|
8 |
"of images (150 per label)."
|
9 |
)
|
10 |
inputs = gr.components.Image()
|
model/model.pkl
CHANGED
@@ -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:2bf2a63a1cc42e18754f6a09d43e428dee482b7133df1af95b67a7e70991dcf7
|
3 |
+
size 102912405
|