Martin Tomov commited on
Commit
f38c556
β€’
1 Parent(s): c0ddd70

title and desc

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -233,7 +233,8 @@ css = """
233
  """
234
 
235
  with gr.Blocks(css=css) as demo:
236
- gr.Markdown("InsectSAM 🐞 Detect and Segment Insects in Datasets")
 
237
  with gr.Row():
238
  image_input = gr.Image(type="pil")
239
  with gr.Column():
 
233
  """
234
 
235
  with gr.Blocks(css=css) as demo:
236
+ gr.Markdown("# InsectSAM 🐞 Detect and Segment Insects in Datasets")
237
+ gr.Markdown("[RB-IBDM on GitHub](https://github.com/martintmv-git/RB-IBDM)")
238
  with gr.Row():
239
  image_input = gr.Image(type="pil")
240
  with gr.Column():