andreped commited on
Commit
677b700
·
2 Parent(s): a40c88c bcf3b51

Merge pull request #3 from andreped/hugging-face-spaces

Browse files
Files changed (2) hide show
  1. .github/workflows/deploy.yml +20 -0
  2. README.md +11 -0
.github/workflows/deploy.yml ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: Deploy
2
+ on:
3
+ push:
4
+ branches: [ main ]
5
+
6
+ # to run this workflow manually from the Actions tab
7
+ workflow_dispatch:
8
+
9
+ jobs:
10
+ sync-to-hub:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v3
14
+ with:
15
+ fetch-depth: 0
16
+ lfs: true
17
+ - name: Push to hub
18
+ env:
19
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
+ run: git push https://andreped:[email protected]/spaces/andreped/wsi-visualization-demo main
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # wsi-visualization-demo
2
 
3
  ## Docker
 
1
+ ---
2
+ title: wsi-visualization-demo
3
+ emoji: 🔬
4
+ colorFrom: blue
5
+ colorTo: red
6
+ sdk: docker
7
+ sdk_version: "24.0.6"
8
+ app_file: Dockerfile
9
+ pinned: false
10
+ ---
11
+
12
  # wsi-visualization-demo
13
 
14
  ## Docker