Update app.py
Browse files
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="
|
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()
|