mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
Add a message at the end of the Wasm worker initialization (#6013)
* Add a message at the end of the Wasm worker initialization * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
62c0a34a40
commit
fa154fb818
5
.changeset/big-dogs-chew.md
Normal file
5
.changeset/big-dogs-chew.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@gradio/wasm": minor
|
||||
---
|
||||
|
||||
feat:Add a message at the end of the Wasm worker initialization
|
@ -192,6 +192,8 @@ matplotlib.use("agg")
|
||||
await pyodide.runPythonAsync(unloadModulesPySource);
|
||||
unload_local_modules = pyodide.globals.get("unload_local_modules");
|
||||
console.debug("Python utility functions are set up.");
|
||||
|
||||
updateProgress("Initialization completed");
|
||||
}
|
||||
|
||||
self.onmessage = async (event: MessageEvent<InMessage>): Promise<void> => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user