Merge branch 'dev' into gradio4

This commit is contained in:
missionfloyd 2024-04-21 18:15:55 -06:00 committed by GitHub
commit 32281b272e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
33 changed files with 475 additions and 114 deletions

View file

@ -568,7 +568,7 @@ function extraNetworksShowMetadata(text) {
return;
}
} catch (error) {
console.eror(error);
console.error(error);
}
var elem = document.createElement('pre');