BluechipTechnologiesAsia's picture
Upload 6 files
3d65a6d verified
raw
history blame
411 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Image Audio Description</title>
</head>
<body>
<h1>Upload an Image</h1>
<form method="POST" enctype="multipart/form-data">
<input type="file" name="image" accept="image/*">
<br>
<input type="submit" value="Generate audio description">
</form>
{% if message %}
<p style="color: red;">{{ message }}</p>
{% endif %}
</body>
</html>