1
0
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:
TGS963 2022-08-20 11:23:13 +05:30
parent 20877e62aa
commit f65ae031f3

View File

@ -43,6 +43,9 @@ const Home = () => {
if (e.target.checked) {
setModel("realesrgan-x4plus-anime")
}
else {
setModel("realesrgan-x4plus")
}
}
const outputHandler = async () => {