prithivMLmods commited on
Commit
e30932f
·
verified ·
1 Parent(s): 455a710

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ with gr.Blocks() as demo:
49
  # Main interface: image input, analyze button, and prediction output.
50
  with gr.Column():
51
  image_input = gr.Image(type="numpy", label="Upload Image")
52
- analyze_btn = gr.Button("Analyze")
53
  output_label = gr.Label(label="Prediction Scores")
54
 
55
  # When the "Analyze" button is clicked, use the selected model to classify the image.
 
49
  # Main interface: image input, analyze button, and prediction output.
50
  with gr.Column():
51
  image_input = gr.Image(type="numpy", label="Upload Image")
52
+ analyze_btn = gr.Button("Classify / Predict")
53
  output_label = gr.Label(label="Prediction Scores")
54
 
55
  # When the "Analyze" button is clicked, use the selected model to classify the image.