Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
| 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()
|