Commit
·
6a4fb77
1
Parent(s):
bb63c0e
Activate inference API (#26)
Browse files- Activate inference API (2db39c32a50de482252ba601e9ee9db83fba5ab4)
Co-authored-by: Olivier Dehaene <[email protected]>
README.md
CHANGED
|
@@ -9,7 +9,7 @@ programming_language:
|
|
| 9 |
- JavaScript
|
| 10 |
- Python
|
| 11 |
pipeline_tag: text-generation
|
| 12 |
-
inference:
|
| 13 |
widget:
|
| 14 |
- text: 'def print_hello_world():'
|
| 15 |
example_title: Hello world
|
|
|
|
| 9 |
- JavaScript
|
| 10 |
- Python
|
| 11 |
pipeline_tag: text-generation
|
| 12 |
+
inference: true
|
| 13 |
widget:
|
| 14 |
- text: 'def print_hello_world():'
|
| 15 |
example_title: Hello world
|