mcraigie commited on
Commit
900c1ac
1 Parent(s): 640e8ff
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ learn = load_learner("model.pkl")
26
  # 'Edge-on Galaxies with Bulge')
27
  #
28
  categories = (
29
- 'Barred Spiral Galaxies', 'Round Smooth Galaxies',
30
  )
31
 
32
  def classify_image(img):
 
26
  # 'Edge-on Galaxies with Bulge')
27
  #
28
  categories = (
29
+ 'Round Smooth Galaxies', 'Barred Spiral Galaxies',
30
  )
31
 
32
  def classify_image(img):