Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Gradio SDK version #7

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
---
name: CI/CD

on:

Check warning on line 17 in .github/workflows/ci-cd.yaml

View workflow job for this annotation

GitHub Actions / yml-md-style-and-link-checks / YAML Style Check

17:1 [truthy] truthy value should be one of [false, true]
pull_request:
push:
branches: [master]
Expand Down Expand Up @@ -86,7 +86,7 @@
wait-on http://127.0.0.1:8080/ping
- name: Get status code of a test request and verify it's 200
run: |
status_code=$(curl -s -o /dev/null -w "%{http_code}" -X POST -H "Content-Type:application/json" --data '{"dataframe_split": {"columns":["text"], "data":[["我爱中国"], ["世界会变、科技会变,但「派昂」不会变,它不会向任何人低头,不会向任何困难低头,甚至不会向「时代」低头。「派昂」,永远引领对科技的热爱。只有那些不向梦想道路上的阻挠认输的人,才配得上与我们一起追逐梦想"]]}}' http://127.0.0.1:8080/invocations)

Check warning on line 89 in .github/workflows/ci-cd.yaml

View workflow job for this annotation

GitHub Actions / yml-md-style-and-link-checks / YAML Style Check

89:257 [line-length] line too long (315 > 256 characters)
if [ "$status_code" == 200 ]; then
exit 0
else
Expand All @@ -96,6 +96,7 @@

sync-to-huggingface-space:
needs: unit-tests
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading