jackyccl commited on
Commit
1799967
·
1 Parent(s): 3fc0306

fix message

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ if __name__ == "__main__":
89
 
90
  block = gr.Blocks().queue()
91
  with block:
92
- gr.Markdown("# [Grounding SAM Playground]")
93
  with gr.Row():
94
  with gr.Column():
95
  input_image = gr.Image(source='upload', type="pil")
 
89
 
90
  block = gr.Blocks().queue()
91
  with block:
92
+ gr.Markdown("# Grounding SAM")
93
  with gr.Row():
94
  with gr.Column():
95
  input_image = gr.Image(source='upload', type="pil")