smoothjazzuser commited on
Commit
9139403
·
verified ·
1 Parent(s): bb2af32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ with gr.Blocks() as iface:
146
  with gr.Row():
147
  with gr.Column():
148
  test_image = gr.Image(label="Input Image")
149
- input_btn = gr.Button(label="Classify image")
150
  model_select_dropdown = gr.Radio(model_names, label="Model to test", interactive=True, default=3)
151
  with gr.Column():
152
  output = gr.Image(label="Pixels used for classification")
 
146
  with gr.Row():
147
  with gr.Column():
148
  test_image = gr.Image(label="Input Image")
149
+ input_btn = gr.Button("Classify image")
150
  model_select_dropdown = gr.Radio(model_names, label="Model to test", interactive=True, default=3)
151
  with gr.Column():
152
  output = gr.Image(label="Pixels used for classification")