logo
Browse Source

rm dc2 in readme

main
ChengZi 2 years ago
parent
commit
10abdaf03c
  1. 4
      README.md

4
README.md

@ -18,7 +18,7 @@ Load a video from path './demo_video.mp4' to generate a video embedding.
- Encode video (default):
```python
from towhee.dc2 import pipe, ops, DataCollection
from towhee import pipe, ops, DataCollection
p = (
pipe.input('video_path') \
@ -37,7 +37,7 @@ Read the text 'kids feeding and playing with the horse' to generate a text embed
- Encode text:
```python
from towhee.dc2 import pipe, ops, DataCollection
from towhee import pipe, ops, DataCollection
p = (
pipe.input('text') \

Loading…
Cancel
Save