matybohacek commited on
Commit
9c5cfbd
1 Parent(s): 63df131

Update deepaction_v1.py

Browse files
Files changed (1) hide show
  1. deepaction_v1.py +1 -1
deepaction_v1.py CHANGED
@@ -18,7 +18,7 @@ _HOMEPAGE = "https://huggingface.co/datasets/faridlab/deepaction_v1"
18
 
19
  _LICENSE = "TBD"
20
 
21
- SUPPORTED = ["VideoPoet", "BDAnimateDiffLightning", "CogVideoX5B", "Pexels", "RunwayML", "StableDiffusion"] # todo add veo
22
 
23
  class DeepActionV1(datasets.GeneratorBasedBuilder):
24
  VERSION = datasets.Version("1.0.0")
 
18
 
19
  _LICENSE = "TBD"
20
 
21
+ SUPPORTED = ["VideoPoet", "BDAnimateDiffLightning", "CogVideoX5B", "Pexels", "RunwayML", "StableDiffusion", "Veo"]
22
 
23
  class DeepActionV1(datasets.GeneratorBasedBuilder):
24
  VERSION = datasets.Version("1.0.0")