Skip to content

Update translation model choices #13

Update translation model choices

Update translation model choices #13

name: Check File Size
on:
push:
branches: [main]
jobs:
sync-to-hub:
runs-on: ubuntu-latest
steps:
- name: Check large files
uses: ActionsDesk/[email protected]
with:
filesizelimit: 10485760 # this is 10MB so we can sync to HF Spaces
token: ${{ secrets.PAT_GITHUB }}