dcarpintero commited on
Commit
6dcd719
1 Parent(s): d68a05b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ 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()
11
  outputs = gr.components.Label()
 
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 with augmentation)."
9
  )
10
  inputs = gr.components.Image()
11
  outputs = gr.components.Label()