nielsr HF staff commited on
Commit
13af299
·
verified ·
1 Parent(s): 7582009

Add pipeline tag, links to paper and code

Browse files

This PR adds the pipeline tag, ensuring people can find this model at https://huggingface.co/models?pipeline_tag=video-to-video. It also adds a link to the paper and code.

Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -1,3 +1,8 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ library_name: diffusers
4
+ pipeline_tag: video-to-video
5
+ ---
6
+ This repository contains the model described in the paper [DrivingWorld: Constructing World Model for Autonomous Driving via Video GPT](https://huggingface.co/papers/2412.19505).
7
+
8
+ Code: https://github.com/YvanYin/DrivingWorld