P0intMaN commited on
Commit
1e20624
1 Parent(s): c7832f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -18,7 +18,11 @@ PyAutoCode is a cut-down python autosuggestion built on **GPT-2** *(motivation:
18
 
19
  ## Get a Glimpse of the Model
20
 
21
- You can make use of the **Inference API** of huggingface *(present on the right sidebar)* to load the model and check the result.
 
 
 
 
22
 
23
  ## Usage
24
 
 
18
 
19
  ## Get a Glimpse of the Model
20
 
21
+ You can make use of the **Inference API** of huggingface *(present on the right sidebar)* to load the model and check the result. Just enter any code snippet as input. Something like:
22
+
23
+ ```sh
24
+ for i in range(
25
+ ```
26
 
27
  ## Usage
28