smoothjazzuser
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -147,7 +147,7 @@ with gr.Blocks() as iface:
|
|
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
|
151 |
with gr.Column():
|
152 |
output = gr.Image(label="Pixels used for classification")
|
153 |
output2 = gr.Image(label="Top 5 Predictions")
|
|
|
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)
|
151 |
with gr.Column():
|
152 |
output = gr.Image(label="Pixels used for classification")
|
153 |
output2 = gr.Image(label="Top 5 Predictions")
|