Spaces:
Runtime error
Runtime error
| <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> | |