Skip to content

feat: update example text handling and improve process_text function … #14

feat: update example text handling and improve process_text function …

feat: update example text handling and improve process_text function … #14

Workflow file for this run

name: Publish on Hugging Face Hub
on:
push:
branches:
- huggingface
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Sync with Hugging Face
uses: nateraw/huggingface-sync-action@v0.0.5
with:
github_repo_id: iscc/iscc-sct
huggingface_repo_id: iscc/iscc-sct
repo_type: space
space_sdk: gradio
private: false
hf_token: ${{ secrets.HF_TOKEN }}