remove formatted image and upscaled image states

This commit is contained in:
Yevgeniy Akimenko
2023-05-02 13:10:25 -07:00
committed by GitHub
parent af95c76fa7
commit 38ae8eb29a

View File

@@ -19,8 +19,6 @@ const Home = () => {
// STATES
const [imagePath, SetImagePath] = useState("");
const [upscaledImagePath, setUpscaledImagePath] = useState("");
const [formattedImagePath, setFormattedImagePath] = useState("");
const [formattedUpscaledImagePath, setFormattedUpscaledImagePath] = useState("");
const [outputPath, setOutputPath] = useState("");
const [scaleFactor] = useState(4);
const [progress, setProgress] = useState("");