Bhanu Prasanna commited on
Commit
0c2b3a8
1 Parent(s): 5935af9
Files changed (3) hide show
  1. .DS_Store +0 -0
  2. .github/workflows/HF_sync_space.yml +20 -0
  3. README.md +10 -0
.DS_Store ADDED
Binary file (6.15 kB). View file
 
.github/workflows/HF_sync_space.yml ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: Deployement
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 --force https://bhanuprasanna527:$HF_TOKEN@huggingface.co/spaces/bhanuprasanna527/CapiPort main
README.md CHANGED
@@ -1 +1,11 @@
 
 
 
 
 
 
 
 
 
 
1
  # CapiPortV2
 
1
+ ---
2
+ title: CapiPort
3
+ emoji: 🤗
4
+ sdk: streamlit
5
+ sdk_version: 1.32.0
6
+ app_file: main.py
7
+ pinned: false
8
+ license: mit
9
+ ---
10
+
11
  # CapiPortV2