fhatje commited on
Commit
d0a4cec
·
1 Parent(s): a7c7435

Updated link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ The model deployed here is a [UnetPlusPlus](https://arxiv.org/abs/1807.10165) wi
98
 
99
  The provided example images are random subset of kidney slices from the [Human Protein Atlas](https://www.proteinatlas.org/). These have been collected separately from model training and have neither been part of the training nor test set.
100
 
101
- Find the corresponding blog post [here](https://www.fast.ai/).
102
  """
103
  #article="<p style='text-align: center'><a href='Blog post URL' target='_blank'>Blog post</a></p>"
104
  examples = [str(p) for p in get_image_files("example_images")]
 
98
 
99
  The provided example images are random subset of kidney slices from the [Human Protein Atlas](https://www.proteinatlas.org/). These have been collected separately from model training and have neither been part of the training nor test set.
100
 
101
+ Find the corresponding blog post [here](https://www.favianhatje.com).
102
  """
103
  #article="<p style='text-align: center'><a href='Blog post URL' target='_blank'>Blog post</a></p>"
104
  examples = [str(p) for p in get_image_files("example_images")]