vinoku89 commited on
Commit
8730971
·
verified ·
1 Parent(s): 933ee57

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -44,7 +44,8 @@ This is a fine-tuned model for generating SVG code from natural language descrip
44
  ### With Transformers
45
 
46
  Load the model directly using the transformers library:
47
- ```
 
48
  # Load base model and tokenizer
49
  from transformers import AutoTokenizer, AutoModelForCausalLM
50
 
 
44
  ### With Transformers
45
 
46
  Load the model directly using the transformers library:
47
+
48
+ ```python
49
  # Load base model and tokenizer
50
  from transformers import AutoTokenizer, AutoModelForCausalLM
51