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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -189,7 +189,7 @@ with gr.Blocks() as demo:
189
  )
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():
@@ -245,7 +245,7 @@ with gr.Blocks() as demo:
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():
 
189
  )
190
  image_processing_checkpoint_dropdown = gr.Dropdown(
191
  label="Checkpoint",
192
+ choices=["nano", "small", "medium"],
193
  value="medium"
194
  )
195
  with gr.Column():
 
245
  )
246
  video_processing_checkpoint_dropdown = gr.Dropdown(
247
  label="Checkpoint",
248
+ choices=["nano", "small", "medium"],
249
  value="medium"
250
  )
251
  with gr.Column():