Merge pull request #24 from andreped/deploy
Browse files- .github/workflows/deploy.yml +2 -2
- .github/workflows/filecheck.yml +1 -1
- README.md +0 -3
.github/workflows/deploy.yml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
name: Sync to Hugging Face hub
|
2 |
on:
|
3 |
push:
|
4 |
-
branches: [
|
5 |
|
6 |
# to run this workflow manually from the Actions tab
|
7 |
workflow_dispatch:
|
@@ -17,4 +17,4 @@ jobs:
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
-
run: git push https://andreped:[email protected]/spaces/andreped/DDMR
|
|
|
1 |
name: Sync to Hugging Face hub
|
2 |
on:
|
3 |
push:
|
4 |
+
branches: [ main ]
|
5 |
|
6 |
# to run this workflow manually from the Actions tab
|
7 |
workflow_dispatch:
|
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
+
run: git push https://andreped:[email protected]/spaces/andreped/DDMR main
|
.github/workflows/filecheck.yml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
name: Check file size
|
2 |
on: # or directly `on: [push]` to run the action on every push on any branch
|
3 |
pull_request:
|
4 |
-
branches: [
|
5 |
|
6 |
# to run this workflow manually from the Actions tab
|
7 |
workflow_dispatch:
|
|
|
1 |
name: Check file size
|
2 |
on: # or directly `on: [push]` to run the action on every push on any branch
|
3 |
pull_request:
|
4 |
+
branches: [ main ]
|
5 |
|
6 |
# to run this workflow manually from the Actions tab
|
7 |
workflow_dispatch:
|
README.md
CHANGED
@@ -18,12 +18,9 @@ app_file: demo/app.py
|
|
18 |
|
19 |
<h1 align="center">DDMR: Deep Deformation Map Registration</h1>
|
20 |
<h3 align="center">Learning deep abdominal CT registration through adaptive loss weighting and synthetic data generation</h3>
|
21 |
-
|
22 |
-
# ⚠️***WARNING: Under construction***
|
23 |
|
24 |
**DDMR** was developed by SINTEF Health Research. The corresponding manuscript describing the framework has been published in [PLOS ONE](https://journals.plos.org/plosone/) and the manuscript is openly available [here](https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0282110).
|
25 |
|
26 |
-
|
27 |
</div>
|
28 |
|
29 |
## 💻 Getting started
|
|
|
18 |
|
19 |
<h1 align="center">DDMR: Deep Deformation Map Registration</h1>
|
20 |
<h3 align="center">Learning deep abdominal CT registration through adaptive loss weighting and synthetic data generation</h3>
|
|
|
|
|
21 |
|
22 |
**DDMR** was developed by SINTEF Health Research. The corresponding manuscript describing the framework has been published in [PLOS ONE](https://journals.plos.org/plosone/) and the manuscript is openly available [here](https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0282110).
|
23 |
|
|
|
24 |
</div>
|
25 |
|
26 |
## 💻 Getting started
|