Closed whitphx closed 1 day ago
• | Name | Status | URL |
---|---|---|---|
Spaces | ready! | Spaces preview | |
Website | ready! | Website preview | |
:unicorn: | Changes | detected! | Details |
Install Gradio from this PR
pip install https://gradio-pypi-previews.s3.amazonaws.com/4f989383b9d5cde04e4e899f482da91bb9011b39/gradio-5.6.0-py3-none-any.whl
Install Gradio Python Client from this PR
pip install "gradio-client @ git+https://github.com/gradio-app/gradio@4f989383b9d5cde04e4e899f482da91bb9011b39#subdirectory=client/python"
Install Gradio JS Client from this PR
npm install https://gradio-npm-previews.s3.amazonaws.com/4f989383b9d5cde04e4e899f482da91bb9011b39/gradio-client-1.8.0.tgz
Use Lite from this PR
<script type="module" src="https://gradio-lite-previews.s3.amazonaws.com/4f989383b9d5cde04e4e899f482da91bb9011b39/dist/lite.js""></script>
Package | Version |
---|---|
gradio |
patch |
Call
run_extra_startup_events
in Lite
Maintainers or the PR author can modify the PR title to modify this entry.
Description
Found that
run_extra_startup_events
is not called in the Lite env.Closes: https://github.com/gradio-app/gradio/issues/9491