SkalskiP commited on
Commit
9ce3e77
·
verified ·
1 Parent(s): d88b494

set medium as the default checkpoint

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -190,7 +190,7 @@ with gr.Blocks() as demo:
190
  image_processing_checkpoint_dropdown = gr.Dropdown(
191
  label="Checkpoint",
192
  choices=["nano", "small", "medium", "base", "large"],
193
- value="base"
194
  )
195
  with gr.Column():
196
  image_processing_submit_button = gr.Button("Submit", value="primary")
@@ -245,8 +245,8 @@ with gr.Blocks() as demo:
245
  )
246
  video_processing_checkpoint_dropdown = gr.Dropdown(
247
  label="Checkpoint",
248
- choices=["base", "large"],
249
- value="base"
250
  )
251
  with gr.Column():
252
  video_processing_submit_button = gr.Button("Submit", value="primary")
 
190
  image_processing_checkpoint_dropdown = gr.Dropdown(
191
  label="Checkpoint",
192
  choices=["nano", "small", "medium", "base", "large"],
193
+ value="medium"
194
  )
195
  with gr.Column():
196
  image_processing_submit_button = gr.Button("Submit", value="primary")
 
245
  )
246
  video_processing_checkpoint_dropdown = gr.Dropdown(
247
  label="Checkpoint",
248
+ choices=["nano", "small", "medium", "base", "large"],
249
+ value="medium"
250
  )
251
  with gr.Column():
252
  video_processing_submit_button = gr.Button("Submit", value="primary")