mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-12 01:40:53 +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) {
|
||||
setModel("realesrgan-x4plus-anime")
|
||||
}
|
||||
else {
|
||||
setModel("realesrgan-x4plus")
|
||||
}
|
||||
}
|
||||
|
||||
const outputHandler = async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user