Spaces:
Runtime error
Runtime error
change app.py message
Browse files
app.py
CHANGED
@@ -240,7 +240,7 @@ if __name__ == "__main__":
|
|
240 |
|
241 |
block = gr.Blocks().queue()
|
242 |
with block:
|
243 |
-
gr.Markdown("# GroundingDino and SAM
|
244 |
with gr.Row():
|
245 |
with gr.Column():
|
246 |
input_image = gr.Image(source='upload', elem_id="image_upload", tool='sketch', type='pil', label="Upload")
|
|
|
240 |
|
241 |
block = gr.Blocks().queue()
|
242 |
with block:
|
243 |
+
gr.Markdown("# GroundingDino and SAM")
|
244 |
with gr.Row():
|
245 |
with gr.Column():
|
246 |
input_image = gr.Image(source='upload', elem_id="image_upload", tool='sketch', type='pil', label="Upload")
|