Skip to content

Bump marker version to 1.7.4 #73

Bump marker version to 1.7.4

Bump marker version to 1.7.4 #73

Workflow file for this run

name: HuggingFace Space Sync
on:
push:
branches:
- 'master'
workflow_dispatch:
jobs:
push-hf-space:
name: Push source code to HuggingFace
runs-on: ubuntu-latest
steps:
- name: Sync to HuggingFace
uses: nateraw/[email protected]
with:
github_repo_id: 'xiaoyao9184/docker-marker'
huggingface_repo_id: '${{ secrets.HF_USERNAME }}/marker'
hf_token: ${{ secrets.HF_TOKEN }}
repo_type: 'space'
private: false
space_sdk: 'gradio'
subdirectory: 'gradio'