mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-12 10:34:32 +08:00
d84209703b
* Create the SharedWorker mode * Fix the app_id management mechanism to be context-based so it works properly with run_file() and run_code() * Adjust updateProgress() for the SharedWorker mode * Make `get_continuous_fn()` Wasm-compatible in order for the created function not to occupy the thread with a loop with `time.sleep()` which is no-op in the Wasm env * add changeset * Add the `shared-worker` option to the custom-element API * Apply formatter to js/app/src/lite/index.ts * format * Revert pnpm-lock.yml file version which is not needed to be changed in this PR * Fix the unittest for `get_continuous_fn()` * Fix the unit test because `anext()` is not available in Python 3.8, which is used in the CI env --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com> Co-authored-by: Abubakar Abid <abubakar@huggingface.co> |
||
---|---|---|
.. | ||
public | ||
src | ||
test | ||
.gitignore | ||
build_plugins.ts | ||
CHANGELOG.md | ||
component_loader.js | ||
index.html | ||
lite.html | ||
package.json | ||
postcss.config.js | ||
vite.config.ts |