<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> | |