QubitPi commited on
Commit
95a6eab
1 Parent(s): 5bd8e7f

Bump Gradio SDK version (#7)

Browse files
Files changed (2) hide show
  1. .github/workflows/ci-cd.yaml +1 -0
  2. README.md +1 -1
.github/workflows/ci-cd.yaml CHANGED
@@ -96,6 +96,7 @@ jobs:
96
 
97
  sync-to-huggingface-space:
98
  needs: unit-tests
 
99
  runs-on: ubuntu-latest
100
  steps:
101
  - uses: actions/checkout@v3
 
96
 
97
  sync-to-huggingface-space:
98
  needs: unit-tests
99
+ if: github.ref == 'refs/heads/master'
100
  runs-on: ubuntu-latest
101
  steps:
102
  - uses: actions/checkout@v3
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🤗
4
  colorFrom: gray
5
  colorTo: red
6
  sdk: gradio
7
- sdk_version: 4.36.1
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
 
4
  colorFrom: gray
5
  colorTo: red
6
  sdk: gradio
7
+ sdk_version: 5.1.0
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0