x-render / app.ts
AbdulElahGwaith's picture
Upload folder using huggingface_hub
c9d0005 verified
Raw
History Blame Contribute Delete
193 Bytes
window.publicPath = '/';
if (location.origin.includes('gitee')) {
location.href = 'https://xrender.fun/';
}
if (location.origin.includes('alibaba')) {
window.publicPath = '/x-render/';
}