File size: 343 Bytes
3ed724c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
    <title>YOLOS Object Detection</title>
</head>
<body>
    <h1>YOLOS Object Detection</h1>
    <form action="/" method="post">
        <label for="url">Image URL:</label>
        <input type="text" id="url" name="url" required>
        <button type="submit">Detect Objects</button>
    </form>
</body>
</html>