LPX55 commited on
Commit
8d48719
·
verified ·
1 Parent(s): 9b654d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,7 +148,7 @@ with gr.Blocks() as demo:
148
  with gr.Row():
149
  point_type = gr.Radio(label="point type", choices=["include", "exclude"], value="include")
150
  clear_points_btn = gr.Button("Clear Points")
151
- checkpoint = gr.Dropdown(label="Checkpoint", choices=["tiny", "small", "base-plus", "large"], value="tiny")
152
  submit_btn = gr.Button("Submit")
153
  with gr.Column():
154
  output_result = gr.Image()
 
148
  with gr.Row():
149
  point_type = gr.Radio(label="point type", choices=["include", "exclude"], value="include")
150
  clear_points_btn = gr.Button("Clear Points")
151
+ checkpoint = gr.Dropdown(label="Checkpoint", choices=["tiny", "small", "base-plus", "large"], value="base-plus")
152
  submit_btn = gr.Button("Submit")
153
  with gr.Column():
154
  output_result = gr.Image()