Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ with gr.Blocks() as demo:
|
|
100 |
|
101 |
model_name = gr.Radio(choices=[model["name"] for model in models], value=models[0]["name"], label="Select Detectron2 model")
|
102 |
|
103 |
-
output_gallery = gr.Gallery(label="Output Images", elem_id="output_images")
|
104 |
|
105 |
inference_button = gr.Button("Submit")
|
106 |
|
|
|
100 |
|
101 |
model_name = gr.Radio(choices=[model["name"] for model in models], value=models[0]["name"], label="Select Detectron2 model")
|
102 |
|
103 |
+
output_gallery = gr.Gallery(label="Output Images", elem_id="output_images")
|
104 |
|
105 |
inference_button = gr.Button("Submit")
|
106 |
|