Spaces:
Sleeping
Sleeping
| <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> | |