prompteus commited on
Commit
6f4201f
1 Parent(s): 2b05d8a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -57,7 +57,7 @@ and the project's [home repo](https://github.com/prompteus/calc-x).
57
 
58
  After adding these two scripts to your directory, you can use the model as follows:
59
 
60
- ```python3
61
  from transformers import T5ForConditionalGeneration, T5Tokenizer
62
 
63
  from gadgets.model import gadget_assisted_model
 
57
 
58
  After adding these two scripts to your directory, you can use the model as follows:
59
 
60
+ ```python
61
  from transformers import T5ForConditionalGeneration, T5Tokenizer
62
 
63
  from gadgets.model import gadget_assisted_model