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

Update app.py

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