martintmv commited on
Commit
2c4b4cb
β€’
1 Parent(s): 09efbb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -236,7 +236,7 @@ css = """
236
  """
237
 
238
  with gr.Blocks(css=css) as demo:
239
- gr.Markdown.Title("InsectSAM 🐞 Detect and Segment Insects in Datasets")
240
  with gr.Row():
241
  image_input = gr.Image(type="pil")
242
  with gr.Column():
 
236
  """
237
 
238
  with gr.Blocks(css=css) as demo:
239
+ gr.Markdown("InsectSAM 🐞 Detect and Segment Insects in Datasets")
240
  with gr.Row():
241
  image_input = gr.Image(type="pil")
242
  with gr.Column():