not-lain commited on
Commit
c61965a
·
verified ·
1 Parent(s): 131b3f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -1,5 +1,8 @@
1
- # how to load the pipeline
2
- ```python
3
- from transformers import pipeline
4
- pipe = pipeline(model="lysandre/test-dynamic-pipeline",trust_remote_code=True)
 
 
 
5
  ```
 
1
+ ---
2
+ ---
3
+ # how to load the pipeline
4
+ ```python
5
+ from transformers import pipeline
6
+ pipe = pipeline(model="not-lain/test-dynamic-pipeline",trust_remote_code=True)
7
+ pipe("hi",second_text="hello")
8
  ```