xiuyul commited on
Commit
9225f07
1 Parent(s): 2c67a71
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -23,7 +23,10 @@ def get_leaderboard():
23
  f'<a target="_blank" href="https://huggingface.co/spaces/Tune-A-Video-library/Tune-A-Video-inference" style="color: blue">Demo</a>'])
24
  }
25
  baseline_1 = {
26
- "Method": 'VideoCrafter (todo)',
 
 
 
27
  "References": ','.join([f'<a target="_blank" href="https://github.com/VideoCrafter/VideoCrafter" style="color: blue">Code</a>',
28
  f'<a target="_blank" href="https://huggingface.co/spaces/VideoCrafter/VideoCrafter" style="color: blue">Demo</a>'])
29
  }
 
23
  f'<a target="_blank" href="https://huggingface.co/spaces/Tune-A-Video-library/Tune-A-Video-inference" style="color: blue">Demo</a>'])
24
  }
25
  baseline_1 = {
26
+ "Method": 'VideoCrafter',
27
+ "CLIPScore (Frame Consistency) ⬆️":0.89,
28
+ "CLIPScore (Text Alignment) ⬆️":25.55,
29
+ "PickScore ⬆️":19.17,
30
  "References": ','.join([f'<a target="_blank" href="https://github.com/VideoCrafter/VideoCrafter" style="color: blue">Code</a>',
31
  f'<a target="_blank" href="https://huggingface.co/spaces/VideoCrafter/VideoCrafter" style="color: blue">Demo</a>'])
32
  }