Martin Tomov commited on
Commit
4d7b04d
Β·
verified Β·
1 Parent(s): cd4e87d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -250,7 +250,7 @@ css = """
250
  """
251
 
252
  with gr.Blocks(css=css) as demo:
253
- gr.Markdown("<div id='title'>InsectSAM 🐞 Detect and Segment Insects in Images - ARISE, DIOPSIS</div>")
254
  with gr.Row():
255
  image_input = gr.Image(type="pil")
256
  with gr.Column():
@@ -281,4 +281,4 @@ with gr.Blocks(css=css) as demo:
281
 
282
  gr.Examples(examples=examples, inputs=[image_input, include_json, include_bboxes])
283
 
284
- demo.launch()
 
250
  """
251
 
252
  with gr.Blocks(css=css) as demo:
253
+ gr.Markdown("InsectSAM 🐞 Detect and Segment Insects in Datasets")
254
  with gr.Row():
255
  image_input = gr.Image(type="pil")
256
  with gr.Column():
 
281
 
282
  gr.Examples(examples=examples, inputs=[image_input, include_json, include_bboxes])
283
 
284
+ demo.launch()