KurtLin commited on
Commit
4d9e59a
·
verified ·
1 Parent(s): e814975

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ with my_app:
66
  coords = gr.Label(label="Image Coordinate")
67
  model_choice = gr.Dropdown(['ViT-base', 'ViT-large', 'ViT-huge'], label='Model Backbone')
68
  with gr.Row():
69
- infer = gr.Button(label="Segment")
70
  with gr.Row():
71
  score1 = gr.Label(label="Mask 1 Confidence")
72
  with gr.Row():
 
66
  coords = gr.Label(label="Image Coordinate")
67
  model_choice = gr.Dropdown(['ViT-base', 'ViT-large', 'ViT-huge'], label='Model Backbone')
68
  with gr.Row():
69
+ infer = gr.Button("Segment")
70
  with gr.Row():
71
  score1 = gr.Label(label="Mask 1 Confidence")
72
  with gr.Row():