Spaces:
Running
Running
File size: 598 Bytes
123489f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
on:
push:
branches:
- main
jobs:
huggingface-sync:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Hugging Face Sync
uses: JacobLinCool/huggingface-sync@v1
with:
user: Y-T-G
space: Blur-Anything
emoji: 💻
token: ${{ secrets.HF_TOKEN }}
github: ${{ secrets.GITHUB_TOKEN }}
colorFrom: yellow
colorTo: pino
sdk: gradio
app_file: app.py
pinned: false
license: mit
|