VikramSingh178 commited on
Commit
ad43ff4
β€’
1 Parent(s): 7ab9afa

chore: Update HuggingFace Hub Sync.yaml

Browse files
.github/workflows/{HuggingFace Hub Sync.yaml β†’ hfspaces-sync.yaml} RENAMED
@@ -14,16 +14,7 @@ jobs:
14
  with:
15
  fetch-depth: 0
16
  lfs: true
17
- - name: Set up Git config
18
- run: |
19
- git config user.name "Your Name"
20
- git config user.email "your-email@example.com"
21
- - name: Set pull strategy to rebase
22
- run: git config pull.rebase true
23
- - name: Pull from remote
24
- run: git pull https://VikramSingh178:$HF_TOKEN@huggingface.co/spaces/VikramSingh178/picpilot-server main
25
- env:
26
- HF_TOKEN: ${{ secrets.HF_TOKEN }}
27
  - name: Push to hub
28
  env:
29
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
 
14
  with:
15
  fetch-depth: 0
16
  lfs: true
17
+
 
 
 
 
 
 
 
 
 
18
  - name: Push to hub
19
  env:
20
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  # Outpainting Pipeline
2
 
3
  - Intial Version of the project used a combination of Yolov8s Segmentation model to provide a rough mask , which was then inverted for Outpainting to use with Models like stable diffusion inpainting model from Runway along with ControlNet to control the outpainted generated output ,
 
1
+ ---
2
+ license: mit
3
+ sdk: docker
4
+ emoji: πŸš€
5
+ colorFrom: blue
6
+ colorTo: green
7
+ pinned: false
8
+ short_description: PicPilot Production Server
9
+ ---
10
+
11
  # Outpainting Pipeline
12
 
13
  - Intial Version of the project used a combination of Yolov8s Segmentation model to provide a rough mask , which was then inverted for Outpainting to use with Models like stable diffusion inpainting model from Runway along with ControlNet to control the outpainted generated output ,