smoothjazzuser
commited on
Update app.py
Browse files
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(
|
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")
|