Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -11,9 +11,9 @@ tags:
|
|
11 |
library_name: ultralytics
|
12 |
library_version: 8.0.21
|
13 |
inference: false
|
14 |
-
|
15 |
datasets:
|
16 |
- linhcuem/5loi
|
|
|
17 |
---
|
18 |
### How to use
|
19 |
|
@@ -49,4 +49,4 @@ render = render_result(model=model, image=image, result=results[0])
|
|
49 |
render.show()
|
50 |
```
|
51 |
|
52 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
11 |
library_name: ultralytics
|
12 |
library_version: 8.0.21
|
13 |
inference: false
|
|
|
14 |
datasets:
|
15 |
- linhcuem/5loi
|
16 |
+
sdk: static
|
17 |
---
|
18 |
### How to use
|
19 |
|
|
|
49 |
render.show()
|
50 |
```
|
51 |
|
52 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|