From 08520d5d950f7e309e6122e8cb957f1ccacdac20 Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 21 Oct 2024 16:58:13 +0800 Subject: [PATCH] Bump Gradio SDK version --- .github/workflows/ci-cd.yaml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index 2e09feb..841d369 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -96,6 +96,7 @@ jobs: sync-to-huggingface-space: needs: unit-tests + if: github.ref == 'refs/heads/master' runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index 77f8e0f..4f98dca 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ emoji: 🤗 colorFrom: gray colorTo: red sdk: gradio -sdk_version: 4.36.1 +sdk_version: 5.1.0 app_file: app.py pinned: false license: apache-2.0