Wauplin HF staff commited on
Commit
933ce92
·
verified ·
1 Parent(s): a17b7c0

Explicit `text-to-video` pipeline tag

Browse files

This PR explicitly sets `text-to-video` as pipeline_tag instead of getting it inferred by the server. It will help with discoverability + enable the text-to-video inference widget on the model page.

Note that the model is still tagged as both `text-to-video` and `image-to-video` so nothing will break in term of usage.

cc

@sbrandeis

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1,12 +1,12 @@
1
  ---
2
  tags:
3
  - ltx-video
4
- - text-to-video
5
  - image-to-video
6
  pinned: true
7
  language:
8
  - en
9
  license: other
 
10
  ---
11
 
12
  # LTX-Video Model Card
 
1
  ---
2
  tags:
3
  - ltx-video
 
4
  - image-to-video
5
  pinned: true
6
  language:
7
  - en
8
  license: other
9
+ pipeline_tag: text-to-video
10
  ---
11
 
12
  # LTX-Video Model Card