Spaces:
Runtime error
Runtime error
fix message
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ if __name__ == "__main__":
|
|
89 |
|
90 |
block = gr.Blocks().queue()
|
91 |
with block:
|
92 |
-
gr.Markdown("#
|
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")
|