Spaces:
Sleeping
Sleeping
Commit
·
cbc492c
1
Parent(s):
c907d05
Update app.py
Browse files
app.py
CHANGED
@@ -60,5 +60,5 @@ text = "<a color='#00FF00'>Keep the background dark and uniform for best results
|
|
60 |
examples = ["Potato_late_blight.jpg", "apple_black_rot.jpg", "apple_leaf.jpg"]
|
61 |
examples = [os.path.join("images", example) for example in examples]
|
62 |
|
63 |
-
interface = gr.Interface(fn=predict, inputs=image, outputs=label,
|
64 |
interface.launch()
|
|
|
60 |
examples = ["Potato_late_blight.jpg", "apple_black_rot.jpg", "apple_leaf.jpg"]
|
61 |
examples = [os.path.join("images", example) for example in examples]
|
62 |
|
63 |
+
interface = gr.Interface(fn=predict, inputs=image, outputs=label, description=text)
|
64 |
interface.launch()
|