nielsr HF staff jonathanjordan21 commited on
Commit
b3027f0
1 Parent(s): f0b3100

Update README.md (#1)

Browse files

- Update README.md (a9534ee39b0bd9155b9cd6e2d5ec97d18b8d57c3)


Co-authored-by: Jonathan Jordan <jonathanjordan21@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ TAPEX-large model fine-tuned on WikiSQL. This model was proposed in [TAPEX: Tabl
13
 
14
  To load it and run inference, you can do the following:
15
 
16
- ```
17
  from transformers import BartTokenizer, BartForConditionalGeneration
18
  import pandas as pd
19
 
13
 
14
  To load it and run inference, you can do the following:
15
 
16
+ ```python
17
  from transformers import BartTokenizer, BartForConditionalGeneration
18
  import pandas as pd
19