Add playback_position to gr.Audio and gr.Video, which can be updated and read
#158547
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: trigger-changeset | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, reopened, edited, labeled, unlabeled] | |
| branches: | |
| - main | |
| issue_comment: | |
| types: [edited] | |
| permissions: {} | |
| jobs: | |
| changeset: | |
| runs-on: ubuntu-22.04 | |
| if: github.event.sender.login != 'gradio-pr-bot' | |
| steps: | |
| - run: echo "Requesting changeset" |