Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -66,7 +66,7 @@ with my_app:
|
|
| 66 |
coords = gr.Label(label="Image Coordinate")
|
| 67 |
model_choice = gr.Dropdown(['ViT-base', 'ViT-large', 'ViT-huge'], label='Model Backbone')
|
| 68 |
with gr.Row():
|
| 69 |
-
infer = gr.Button(
|
| 70 |
with gr.Row():
|
| 71 |
score1 = gr.Label(label="Mask 1 Confidence")
|
| 72 |
with gr.Row():
|
|
|
|
| 66 |
coords = gr.Label(label="Image Coordinate")
|
| 67 |
model_choice = gr.Dropdown(['ViT-base', 'ViT-large', 'ViT-huge'], label='Model Backbone')
|
| 68 |
with gr.Row():
|
| 69 |
+
infer = gr.Button("Segment")
|
| 70 |
with gr.Row():
|
| 71 |
score1 = gr.Label(label="Mask 1 Confidence")
|
| 72 |
with gr.Row():
|