Rawal Khirodkar commited on
Commit
39aae70
·
1 Parent(s): 1bdad69

Pose: lock radio to 0.4B during iteration mode

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=list(POSE_MODELS.keys()),
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,