add `transformers` library name (enable inference) (#66)
Browse files- add `transformers` library name (enable inference) (e1a21ff19a0aab2032b443759a77bfa5d10df223)
Co-authored-by: Caleb Fahlgren <[email protected]>
    	
        README.md
    CHANGED
    
    | @@ -1,3 +1,6 @@ | |
|  | |
|  | |
|  | |
| 1 | 
             
            <!-- markdownlint-disable first-line-h1 -->
         | 
| 2 | 
             
            <!-- markdownlint-disable html -->
         | 
| 3 | 
             
            <!-- markdownlint-disable no-duplicate-header -->
         | 
| @@ -333,4 +336,4 @@ This code repository is licensed under [the MIT License](LICENSE-CODE). The use | |
| 333 | 
             
            ```
         | 
| 334 |  | 
| 335 | 
             
            ## 9. Contact
         | 
| 336 | 
            -
            If you have any questions, please raise an issue or contact us at [[email protected]]([email protected]).
         | 
|  | |
| 1 | 
            +
            ---
         | 
| 2 | 
            +
            library_name: transformers
         | 
| 3 | 
            +
            ---
         | 
| 4 | 
             
            <!-- markdownlint-disable first-line-h1 -->
         | 
| 5 | 
             
            <!-- markdownlint-disable html -->
         | 
| 6 | 
             
            <!-- markdownlint-disable no-duplicate-header -->
         | 
|  | |
| 336 | 
             
            ```
         | 
| 337 |  | 
| 338 | 
             
            ## 9. Contact
         | 
| 339 | 
            +
            If you have any questions, please raise an issue or contact us at [[email protected]]([email protected]).
         | 

