Fix code highlighting (#2)
Browse files- Fix code highlighting (8b6d4efcb56253f646266148dbb6514b0421b8ac)
Co-authored-by: Joshua <Xenova@users.noreply.huggingface.co>
README.md
CHANGED
@@ -26,7 +26,7 @@ alt="drawing" width="600"/>
|
|
26 |
|
27 |
### Use with Transformers
|
28 |
|
29 |
-
```
|
30 |
from transformers import AutoImageProcessor, DPTForDepthEstimation
|
31 |
import torch
|
32 |
import numpy as np
|
|
|
26 |
|
27 |
### Use with Transformers
|
28 |
|
29 |
+
```python
|
30 |
from transformers import AutoImageProcessor, DPTForDepthEstimation
|
31 |
import torch
|
32 |
import numpy as np
|