diff --git a/lama_cleaner/app/src/App.tsx b/lama_cleaner/app/src/App.tsx index 668b09e..27a118a 100644 --- a/lama_cleaner/app/src/App.tsx +++ b/lama_cleaner/app/src/App.tsx @@ -61,13 +61,7 @@ function App() { > { - const { - file: resizedFile, - resized, - originalWidth, - originalHeight, - } = await resizeImageFile(f, 1024) - setFile(resizedFile) + setFile(f) }} />