Files
ds_task_recycling_project/backend/test.html
T
2025-07-17 00:03:03 +01:00

10 lines
269 B
HTML

<!DOCTYPE html>
<html>
<body>
<h2>Memory Module Detection</h2>
<form action="/detect" method="post" enctype="multipart/form-data">
<input type="file" name="image" accept="image/*">
<input type="submit" value="Upload">
</form>
</body>
</html>