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