update
This commit is contained in:
@@ -233,9 +233,6 @@ const generateImage = async (options) => {
|
||||
mergeFetch(index)
|
||||
}
|
||||
}, 1000)
|
||||
router.push({
|
||||
name: 'synthesizedResults'
|
||||
})
|
||||
|
||||
const mergeFetch = async (index)=> {
|
||||
const statusRes = await Request(`face/merge/${mergeData.merge_id}/status`, {}, 'GET', true)
|
||||
@@ -535,6 +532,7 @@ import generateImg from '../assets/images/generate-img-bg.webp'
|
||||
height: 100%;
|
||||
border-radius: 50%;
|
||||
object-fit: cover;
|
||||
object-position: top;
|
||||
}
|
||||
.main {
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user