Initial commit

This commit is contained in:
2024-05-01 12:31:54 -04:00
commit 333b2cf3a9
4 changed files with 71 additions and 0 deletions

12
templates/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Background Remover</title>
</head>
<body>
<form action="/" method="post" enctype="multipart/form-data">
<input type="file" name="file" required>
<input type="submit" value="Upload and Remove Background">
</form>
</body>
</html>