Update app.py
Browse files
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.
|
| 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",
|