Spaces:
Sleeping
Sleeping
| <html> | |
| <head> | |
| <title>Emotion Detection</title> | |
| </head> | |
| <body> | |
| <h2>Live Emotion Detection</h2> | |
| <video id="webcam" autoplay playsinline width="420"></video> | |
| <p id="emotion">Emotion: ...</p> | |
| <script src="/static/script.js"></script> | |
| </body> | |
| </html> | |