VJyzCELERY commited on
Commit
8db33df
·
verified ·
1 Parent(s): 4ec4d09

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -5,8 +5,7 @@ license: mit
5
  Refer to https://github.com/VJyzCELERY/GPT2-StoryGenerator for the model source
6
  To use the model simply do :
7
 
8
- ```
9
- python
10
  import torch
11
  from src.model import Config,GPT
12
  from src.inference import GPTInfer
 
5
  Refer to https://github.com/VJyzCELERY/GPT2-StoryGenerator for the model source
6
  To use the model simply do :
7
 
8
+ ```python
 
9
  import torch
10
  from src.model import Config,GPT
11
  from src.inference import GPTInfer