xiuyul commited on
Commit
de421b2
1 Parent(s): 0db30ce
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,9 +6,9 @@ import pandas as pd
6
  BASELINE = f'<a target="_blank" href=https://github.com/showlab/loveu-tgve-2023 style="color: blue; text-decoration: underline;text-decoration-style: dotted;">Tune-A-Video (Baseline)</a>'
7
  COLS = ["Method", "Human Eval (Text Alignment) ⬆️", "Human Eval (Structure) ⬆️", "Human Eval (Quality) ⬆️", "Human Eval (Avg.) ⬆️",
8
  "References"]
9
- COLS_AUTO = ["Method", "CLIPScore (Text Alignment) ⬆️", "CLIPScore (Frame Consistency) ⬆️", "PickScore ⬆️"]
10
  TYPES = ["markdown", "number", "number", "number", "number", "markdown"]
11
- TYPES_AUTO = ["markdown", "number", "number", "number"]
12
 
13
 
14
  def get_leaderboard():
 
6
  BASELINE = f'<a target="_blank" href=https://github.com/showlab/loveu-tgve-2023 style="color: blue; text-decoration: underline;text-decoration-style: dotted;">Tune-A-Video (Baseline)</a>'
7
  COLS = ["Method", "Human Eval (Text Alignment) ⬆️", "Human Eval (Structure) ⬆️", "Human Eval (Quality) ⬆️", "Human Eval (Avg.) ⬆️",
8
  "References"]
9
+ COLS_AUTO = ["Method", "CLIPScore (Text Alignment) ⬆️", "CLIPScore (Frame Consistency) ⬆️", "PickScore ⬆️", "References"]
10
  TYPES = ["markdown", "number", "number", "number", "number", "markdown"]
11
+ TYPES_AUTO = ["markdown", "number", "number", "number", "markdown"]
12
 
13
 
14
  def get_leaderboard():