diff --git a/facefusion/apis/static/index.html b/facefusion/apis/static/index.html index 61165ae0..529669ef 100644 --- a/facefusion/apis/static/index.html +++ b/facefusion/apis/static/index.html @@ -634,8 +634,8 @@ const app = (function() { } function getVideoOutputBody(node) { - if (node.data.videoResultUrl) { - return `
`; + if (node.data.videoResultUrl && node.data.videoResultUrl.startsWith('blob:')) { + return `
`; } if (node.data.resultUrl) { return `
`;