Skip to content

Commit c9e38cd

Browse files
authored
Switch demo gallery iframe URL to hugging face spaces (#697)
1 parent 3038352 commit c9e38cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/javascript/demo.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ const urlParams = new URLSearchParams(window.location.search);
22
const demoParam = urlParams.get('demo') || '';
33

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

0 commit comments

Comments
 (0)