Skip to content

Commit

Permalink
Switch demo gallery iframe URL to hugging face spaces (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwillchen committed Jul 30, 2024
1 parent 3038352 commit c9e38cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/javascript/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ const urlParams = new URLSearchParams(window.location.search);
const demoParam = urlParams.get('demo') || '';

const iframe = document.createElement('iframe');
iframe.src = 'https://mesop-tdcukehw6q-uc.a.run.app/' + demoParam;
iframe.src = 'https://wwwillchen-mesop.hf.space/' + demoParam;
iframe.className = 'full-screen-iframe';
document.body.appendChild(iframe);

0 comments on commit c9e38cd

Please sign in to comment.