sebastiansarasti commited on
Commit
bce9aa5
·
verified ·
1 Parent(s): fa00ec7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- ```python
 
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
+ ```