Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -24,7 +24,7 @@ This is a model for segementation of images of the [so101 robot arm](https://git
|
|
| 24 |
|
| 25 |
Here's some sample code to use it
|
| 26 |
|
| 27 |
-
```
|
| 28 |
import cv2
|
| 29 |
import numpy as np
|
| 30 |
from ultralytics import YOLO
|
|
|
|
| 24 |
|
| 25 |
Here's some sample code to use it
|
| 26 |
|
| 27 |
+
```python
|
| 28 |
import cv2
|
| 29 |
import numpy as np
|
| 30 |
from ultralytics import YOLO
|