SauravMaheshkar commited on
Commit
af62359
·
verified ·
1 Parent(s): a1ed8f5

docs: add blogpost

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -51,6 +51,11 @@ def predict(model_choice, annotations: Dict[str, Any]):
51
 
52
 
53
  with gr.Blocks(delete_cache=(30, 30)) as demo:
 
 
 
 
 
54
  gr.Markdown(
55
  """
56
  # 1. Choose Model Checkpoint
 
51
 
52
 
53
  with gr.Blocks(delete_cache=(30, 30)) as demo:
54
+ gr.Markdown(
55
+ """
56
+ ## To read more about the Segment Anything Project please refer to the [Lightly AI blogpost](https://www.lightly.ai/post/segment-anything-model-and-friends)
57
+ """
58
+ )
59
  gr.Markdown(
60
  """
61
  # 1. Choose Model Checkpoint