Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -80,7 +80,7 @@ interface = gr.Interface(
|
|
| 80 |
),
|
| 81 |
outputs=[
|
| 82 |
gr.Image(label="Sample Image"),
|
| 83 |
-
gr.Textbox(label="Prediction Result")
|
| 84 |
],
|
| 85 |
title="CNN Fruit Classification System",
|
| 86 |
description="Enter fruit name → CNN predicts fruit"
|
|
|
|
| 80 |
),
|
| 81 |
outputs=[
|
| 82 |
gr.Image(label="Sample Image"),
|
| 83 |
+
# gr.Textbox(label="Prediction Result")
|
| 84 |
],
|
| 85 |
title="CNN Fruit Classification System",
|
| 86 |
description="Enter fruit name → CNN predicts fruit"
|