Spaces:
No application file
No application file
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,8 @@ student_details = [
|
|
| 27 |
]
|
| 28 |
|
| 29 |
gr.Interface(fn=predict_image, inputs=image, outputs=label,
|
| 30 |
-
title="Flower Classification using InceptionV3",
|
|
|
|
| 31 |
description="A flower classification app built using python and deployed using gradio",
|
| 32 |
-
|
| 33 |
interpretation='default').launch()
|
|
|
|
| 27 |
]
|
| 28 |
|
| 29 |
gr.Interface(fn=predict_image, inputs=image, outputs=label,
|
| 30 |
+
title="Flower Classification using InceptionV3",
|
| 31 |
+
student_details = student_details,
|
| 32 |
description="A flower classification app built using python and deployed using gradio",
|
| 33 |
+
|
| 34 |
interpretation='default').launch()
|