Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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)
|