Update README.md
Browse files
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 |
|