itsluckysharma01's picture
Upload 57 files
b5f303c verified
raw
history blame contribute delete
333 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Upload Test</title>
</head>
<body>
<h1>Simple Upload Test</h1>
<form action="/predict" method="post" enctype="multipart/form-data">
<input type="file" name="file" accept="image/*" required>
<button type="submit">Upload and Predict</button>
</form>
</body>
</html>