logo
Browse Source

Fix typo

Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
Jael Gu 2 years ago
parent
commit
a8d76d7033
  1. 2
      README.md

2
README.md

@ -27,7 +27,7 @@ to generate a text embedding for the sentence "Hello, world.".
*Write the pipeline*:
```python
from towhe import pipe, ops, DataCollection
from towhee import pipe, ops, DataCollection
p = (
pipe.input('text')

Loading…
Cancel
Save