Fix code highlighting (#1)
Browse files- Fix code highlighting (5b539476b89d2009aebe093aefd8fdbe64fdbe30)
Co-authored-by: Joshua <[email protected]>
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
|