fffiloni commited on
Commit
05605d3
·
verified ·
1 Parent(s): b308d40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ with gr.Blocks() as demo:
176
  clear_points_btn = gr.Button("Clear Points")
177
 
178
  with gr.Column():
179
- checkpoint = gr.Dropbox(label="Checkpoint", choices=["tiny", "small", "base-plus", "large"], value="tiny")
180
  points_map = gr.Image(
181
  label="points map",
182
  type="filepath",
 
176
  clear_points_btn = gr.Button("Clear Points")
177
 
178
  with gr.Column():
179
+ checkpoint = gr.Dropdown(label="Checkpoint", choices=["tiny", "small", "base-plus", "large"], value="tiny")
180
  points_map = gr.Image(
181
  label="points map",
182
  type="filepath",