mrtlive commited on
Commit
3e8b07a
1 Parent(s): 0930265

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def segment_image(image):
52
  return Image.fromarray(output)
53
 
54
  with gr.blocks() as demo:
55
- gr.MArkdown("## Segment-anything Demo")
56
 
57
  with gr.Row():
58
  image_input = gr.Image()
 
52
  return Image.fromarray(output)
53
 
54
  with gr.blocks() as demo:
55
+ gr.Markdown("## Segment-anything Demo")
56
 
57
  with gr.Row():
58
  image_input = gr.Image()