Skip to content

Deploy to HF added

Deploy to HF added #2

Workflow file for this run

name: Deploy to HF Space
on:
push:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
sync-to-hub:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
lfs: true
- name: Push to innovatorved/whisper.api
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git push https://innovatorved:$HF_TOKEN@huggingface.co/spaces/innovatorved/whisper.api main