merve HF staff commited on
Commit
ee2b5b7
·
1 Parent(s): 505c5ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -14,7 +14,8 @@ widget:
14
  example_title: Two Cats Chilling
15
  license: cc0.0
16
  ---
17
- Full credits go to [François Chollet](https://twitter.com/fchollet)
 
18
  This repository contains the model from [this notebook on segmenting pets using U-net-like architecture](https://keras.io/examples/vision/oxford_pets_image_segmentation/). We've changed the inference part to enable segmentation widget on the Hub. (see ```pipeline.py```)
19
 
20
  ## Background Information
 
14
  example_title: Two Cats Chilling
15
  license: cc0.0
16
  ---
17
+ Full credits go to [François Chollet](https://twitter.com/fchollet).
18
+
19
  This repository contains the model from [this notebook on segmenting pets using U-net-like architecture](https://keras.io/examples/vision/oxford_pets_image_segmentation/). We've changed the inference part to enable segmentation widget on the Hub. (see ```pipeline.py```)
20
 
21
  ## Background Information