Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,8 @@ def load_leaderboard_table_csv(filename, add_hyperlink=True):
|
|
65 |
item["AI歌手名/AI Singer"] = model_hyperlink(item["AI歌手名/AI Singer"], item["歌手代表作或介绍链接"])
|
66 |
rows.append(item)
|
67 |
return rows
|
68 |
-
|
|
|
69 |
def get_arena_table(model_table_df):
|
70 |
# sort by rating
|
71 |
model_table_df = model_table_df.sort_values(by=["训练素材时长/Duration of Training Dataset(min)"], ascending=False)
|
|
|
65 |
item["AI歌手名/AI Singer"] = model_hyperlink(item["AI歌手名/AI Singer"], item["歌手代表作或介绍链接"])
|
66 |
rows.append(item)
|
67 |
return rows
|
68 |
+
|
69 |
+
@spaces.GPU
|
70 |
def get_arena_table(model_table_df):
|
71 |
# sort by rating
|
72 |
model_table_df = model_table_df.sort_values(by=["训练素材时长/Duration of Training Dataset(min)"], ascending=False)
|