Spaces:
Sleeping
Sleeping
Rawal Khirodkar commited on
Commit ·
2f9811d
1
Parent(s): b211eaf
Seg: label 'Model' (drop 'size')
Browse files
app.py
CHANGED
|
@@ -264,7 +264,7 @@ with gr.Blocks(title="Sapiens2 Seg", theme=gr.themes.Soft(), css=CUSTOM_CSS) as
|
|
| 264 |
size = gr.Radio(
|
| 265 |
choices=list(SEG_MODELS.keys()),
|
| 266 |
value=DEFAULT_SIZE,
|
| 267 |
-
label="Model
|
| 268 |
scale=4,
|
| 269 |
)
|
| 270 |
run = gr.Button("Run", variant="primary", size="lg", scale=1)
|
|
|
|
| 264 |
size = gr.Radio(
|
| 265 |
choices=list(SEG_MODELS.keys()),
|
| 266 |
value=DEFAULT_SIZE,
|
| 267 |
+
label="Model",
|
| 268 |
scale=4,
|
| 269 |
)
|
| 270 |
run = gr.Button("Run", variant="primary", size="lg", scale=1)
|