Diego Carpintero commited on
Commit
a22f15d
1 Parent(s): b7d7f3d

update model

Browse files
Files changed (2) hide show
  1. app.py +3 -3
  2. 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 Classifier"
5
  description = (
6
- "A naive Galaxy Classifier built for the fast.ai 'Deep Learning' "
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:a908121873e340cb37a37aa57d2f7729c4cda893a91c0462e11a911ffc859de6
3
- size 102904853
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bf2a63a1cc42e18754f6a09d43e428dee482b7133df1af95b67a7e70991dcf7
3
+ size 102912405