Addai commited on
Commit
a32db61
·
1 Parent(s): 2b26494

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,7 +14,7 @@ title = "Fosgaxy galaxy classifier"
14
  description = "<p style='text-align: center'><b>As far as human civilization and space travel is concerned, you may want to know types of Galaxies in this universe. We are trying to classifier three types of galaxies here.<b><p>"
15
  article="<p style='text-align: center'> WE have the Spiral galaxy, elliptical galaxy, Peculiar galaxy and Irregular galaxy. Upload your galaxy for correct classification<b></p>"
16
  examples = ['ffff.jpg']
17
- interpretation='default'
18
  enable_queue=True
19
 
20
- gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(512, 512)),outputs=gr.outputs.Label(num_top_classes=3),title=title,description=description,article=article,examples=examples,interpretation=interpretation,enable_queue=enable_queue).launch()
 
14
  description = "<p style='text-align: center'><b>As far as human civilization and space travel is concerned, you may want to know types of Galaxies in this universe. We are trying to classifier three types of galaxies here.<b><p>"
15
  article="<p style='text-align: center'> WE have the Spiral galaxy, elliptical galaxy, Peculiar galaxy and Irregular galaxy. Upload your galaxy for correct classification<b></p>"
16
  examples = ['ffff.jpg']
17
+ #interpretation='default'
18
  enable_queue=True
19
 
20
+ gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(512, 512)),outputs=gr.outputs.Label(num_top_classes=3),title=title,description=description,article=article,examples=examples,enable_queue=enable_queue).launch()