Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Image Recognition</title> | |
| <link rel="stylesheet" href="/static/css/styles.css"> | |
| </head> | |
| <body> | |
| <div class="image-recognition-container"> | |
| <div class="image-upload"> | |
| <input type="file" id="image-input" accept="image/*"> | |
| <p>Drop an image here or click to upload</p> | |
| </div> | |
| <img id="image-preview" class="image-preview" style="display: none;"> | |
| <div id="image-output"></div> | |
| </div> | |
| </body> | |
| </html> |