Skip to content

Commit

Permalink
Update gradio version on website (#896)
Browse files Browse the repository at this point in the history
Update gradio version on the website

Signed-off-by: Elron Bandel <elron.bandel@ibm.com>
  • Loading branch information
elronbandel committed Jun 9, 2024
1 parent cc906c4 commit 5c6235a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_static/custom.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let element = document.createElement('script');
element.type = 'module';
element.src = 'https://gradio.s3-us-west-2.amazonaws.com/4.14.0/gradio.js';
element.src = 'https://gradio.s3-us-west-2.amazonaws.com/4.36.0/gradio.js';
element.onload = function() {
console.log('Successfully loaded: ' + element.src);
function handleLoadComplete() {
Expand Down

0 comments on commit 5c6235a

Please sign in to comment.