ngaggion commited on
Commit
c8a40ac
·
1 Parent(s): 0486f3c

Update Readme

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- title: HybridGNet
3
- emoji: 😻
4
  colorFrom: yellow
5
  colorTo: blue
6
  sdk: gradio
@@ -10,7 +10,6 @@ pinned: false
10
  license: gpl-3.0
11
  ---
12
 
13
- Demo of the HybridGNet model with 2 image-to-graph skip connections from arxiv.org/abs/2203.10977
14
-
15
  Original HybridGNet model: arxiv.org/abs/2106.09832
16
  The training procedure was taken from: arxiv.org/abs/2211.07395
 
1
  ---
2
+ title: Chest x-ray HybridGNet Segmentation
3
+ emoji:
4
  colorFrom: yellow
5
  colorTo: blue
6
  sdk: gradio
 
10
  license: gpl-3.0
11
  ---
12
 
13
+ Demo of the HybridGNet model with 2 image-to-graph skip connections from: arxiv.org/abs/2203.10977
 
14
  Original HybridGNet model: arxiv.org/abs/2106.09832
15
  The training procedure was taken from: arxiv.org/abs/2211.07395