mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-13 18:30:54 +01:00
fixed anime check bug
This commit is contained in:
parent
20877e62aa
commit
f65ae031f3
@ -43,6 +43,9 @@ const Home = () => {
|
|||||||
if (e.target.checked) {
|
if (e.target.checked) {
|
||||||
setModel("realesrgan-x4plus-anime")
|
setModel("realesrgan-x4plus-anime")
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
setModel("realesrgan-x4plus")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const outputHandler = async () => {
|
const outputHandler = async () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user