nielsr HF staff commited on
Commit
bf23d53
1 Parent(s): 7603095

Add link to paper

Browse files

This PR ensures the demo can be found at https://huggingface.co/papers/2410.05677.

Btw, would it be possible to remove the checkpoints from the Space, and instead load the checkpoints as follows:

```python
from huggingface_hub import hf_hub_download

filepath = hf_hub_download(repo_id="jiachenli-ucsb/T2V-Turbo-v2", filename="unet_mg.pt")
```

This way, the Space and model will be linked to each other.

Thanks!

Kind regards,
Niels from HF

Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -11,4 +11,6 @@ license: apache-2.0
11
  short_description: Efficient T2V generation
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
11
  short_description: Efficient T2V generation
12
  ---
13
 
14
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
15
+
16
+ Paper: https://huggingface.co/papers/2410.05677