Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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("
|
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.
|