Added deploy CD badge
Browse files- .github/workflows/deploy.yml +1 -1
- README.md +1 -0
.github/workflows/deploy.yml
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
name:
|
2 |
on:
|
3 |
push:
|
4 |
branches: [ main ]
|
|
|
1 |
+
name: Deploy HF
|
2 |
on:
|
3 |
push:
|
4 |
branches: [ main ]
|
README.md
CHANGED
@@ -15,6 +15,7 @@ app_file: app.py
|
|
15 |
<h3 align="center">Automatic brain extraction and preoperative tumor segmentation from MRI</h3>
|
16 |
|
17 |
[![license](https://img.shields.io/github/license/DAVFoundation/captain-n3m0.svg?style=flat-square)](https://github.com/DAVFoundation/captain-n3m0/blob/master/LICENSE)
|
|
|
18 |
<a target="_blank" href="https://huggingface.co/spaces/andreped/neukit"><img src="https://img.shields.io/badge/🤗%20Hugging%20Face-Spaces-yellow.svg"></a>
|
19 |
|
20 |
**neukit** was developed by SINTEF Medical Image Analysis to accelerate medical AI research.
|
|
|
15 |
<h3 align="center">Automatic brain extraction and preoperative tumor segmentation from MRI</h3>
|
16 |
|
17 |
[![license](https://img.shields.io/github/license/DAVFoundation/captain-n3m0.svg?style=flat-square)](https://github.com/DAVFoundation/captain-n3m0/blob/master/LICENSE)
|
18 |
+
[![CI/CD](https://github.com/andreped/neukit/actions/workflows/deploy.yml/badge.svg)](https://github.com/andreped/neukit/actions/workflows/deploy.yml)
|
19 |
<a target="_blank" href="https://huggingface.co/spaces/andreped/neukit"><img src="https://img.shields.io/badge/🤗%20Hugging%20Face-Spaces-yellow.svg"></a>
|
20 |
|
21 |
**neukit** was developed by SINTEF Medical Image Analysis to accelerate medical AI research.
|