Update README.md
Browse files
README.md
CHANGED
|
@@ -72,11 +72,11 @@ The model demonstrated continuous improvement in reducing both training and vali
|
|
| 72 |
### Usage
|
| 73 |
You can load the model from the Hugging Face Hub using the following code:
|
| 74 |
|
| 75 |
-
```
|
| 76 |
# Ensure you have the necessary dependencies installed:
|
| 77 |
pip install torch torchvision transformers
|
| 78 |
|
| 79 |
from transformers import AutoModel
|
| 80 |
|
| 81 |
model = AutoModel.from_pretrained("sebastiansarasti/AutoEncoderImageColorization")
|
| 82 |
-
```
|
|
|
|
| 72 |
### Usage
|
| 73 |
You can load the model from the Hugging Face Hub using the following code:
|
| 74 |
|
| 75 |
+
```python
|
| 76 |
# Ensure you have the necessary dependencies installed:
|
| 77 |
pip install torch torchvision transformers
|
| 78 |
|
| 79 |
from transformers import AutoModel
|
| 80 |
|
| 81 |
model = AutoModel.from_pretrained("sebastiansarasti/AutoEncoderImageColorization")
|
| 82 |
+
```
|