Spaces:
Running on Zero
Running on Zero
Rawal Khirodkar commited on
Commit ·
39aae70
1
Parent(s): 1bdad69
Pose: lock radio to 0.4B during iteration mode
Browse files
app.py
CHANGED
|
@@ -296,7 +296,7 @@ with gr.Blocks(title="Sapiens2 Pose", theme=gr.themes.Soft(), css=CUSTOM_CSS) as
|
|
| 296 |
|
| 297 |
with gr.Row():
|
| 298 |
size = gr.Radio(
|
| 299 |
-
choices=
|
| 300 |
value=DEFAULT_SIZE,
|
| 301 |
label="Model",
|
| 302 |
scale=2,
|
|
|
|
| 296 |
|
| 297 |
with gr.Row():
|
| 298 |
size = gr.Radio(
|
| 299 |
+
choices=["0.4B"], # iteration mode — re-add other sizes when shipping
|
| 300 |
value=DEFAULT_SIZE,
|
| 301 |
label="Model",
|
| 302 |
scale=2,
|