Spaces:
Runtime error
Runtime error
File size: 346 Bytes
ec80702 b13e8d8 ec80702 b13e8d8 ec80702 b13e8d8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
---
title: YOLOv8-WebUI
app_file: app.py
sdk: gradio
sdk_version: 3.35.2
---
<h1 align="center">YOLOv8-WebUI</h1>
<div align="center">
Web browser UI for [YOLOv8](https://github.com/ultralytics/ultralytics)
</div>
# Launch
## Windows
1.Clone this repository.
2.Run `webui.bat`
## Linux or Mac
1.Clone this repository.
2.Run `webui.sh` |