index.html 344 B

123456789101112
  1. <html>
  2. <head>
  3. <meta charset="UTF-8">
  4. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Video Streaming Test</title>
  7. </head>
  8. <body>
  9. <h1>Video Streaming Test</h1>
  10. <img src="{{ url_for('video') }}" alt="">yolov7</img>
  11. </body>
  12. </html>