moro23 commited on
Commit
c6d8ba0
·
1 Parent(s): 169792a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def maize_disease_classifier(image):
39
  title = "Maize Disease Classification App"
40
  Input = gr.Image(shape=(299, 299), label="Please Upload An Image")
41
  Output1 = gr.Textbox(label="Type Of Maize Disease")
42
- description = "Type Of Disease: Maize Ear Rot, Maize Fall ArmyWorm, Maize Stem Borer"
43
  iface = gr.Interface(fn=maize_disease_classifier, inputs=Input, outputs=Output1, title=title, description=description)
44
 
45
  iface.launch(inline=False)
 
39
  title = "Maize Disease Classification App"
40
  Input = gr.Image(shape=(299, 299), label="Please Upload An Image")
41
  Output1 = gr.Textbox(label="Type Of Maize Disease")
42
+ description = "Type Of Diseases: Maize Ear Rot, Maize Fall ArmyWorm, Maize Stem Borer"
43
  iface = gr.Interface(fn=maize_disease_classifier, inputs=Input, outputs=Output1, title=title, description=description)
44
 
45
  iface.launch(inline=False)