Skip to content

feat: add main application file to launch demo and update README.md #8

feat: add main application file to launch demo and update README.md

feat: add main application file to launch demo and update README.md #8

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 }}