Subiksha0515 commited on
Commit
93cd476
·
verified ·
1 Parent(s): c9b4324

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"