prithivMLmods commited on
Commit
a39ad4c
·
verified ·
1 Parent(s): af8fd86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ with gr.Blocks() as demo:
82
  with gr.Column():
83
  image_input = gr.Image(type="numpy", label="Upload Image")
84
  analyze_btn = gr.Button("Classify / Predict")
85
- with gr.Column():
86
  output_label = gr.Label(label="Prediction Scores")
87
 
88
  # When the "Analyze" button is clicked, use the selected model to classify the image.
 
82
  with gr.Column():
83
  image_input = gr.Image(type="numpy", label="Upload Image")
84
  analyze_btn = gr.Button("Classify / Predict")
85
+ with gr.Column(scale=2):
86
  output_label = gr.Label(label="Prediction Scores")
87
 
88
  # When the "Analyze" button is clicked, use the selected model to classify the image.