crisrm128's picture
Uploaded new version
3ed724c
raw
history blame contribute delete
343 Bytes
<!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>