Fix code highlighting
#1
by
Xenova
HF staff
- opened
README.md
CHANGED
@@ -25,7 +25,7 @@ alt="drawing" width="600"/>
|
|
25 |
|
26 |
### Use with Transformers
|
27 |
|
28 |
-
```
|
29 |
from transformers import AutoImageProcessor, DPTForDepthEstimation
|
30 |
import torch
|
31 |
import numpy as np
|
|
|
25 |
|
26 |
### Use with Transformers
|
27 |
|
28 |
+
```python
|
29 |
from transformers import AutoImageProcessor, DPTForDepthEstimation
|
30 |
import torch
|
31 |
import numpy as np
|