Skip to content

Commit 7e239f9

Browse files
committed
update prompt
1 parent 672d430 commit 7e239f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/specifc_model/prompts/agent_prompt_i2v.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
<body>
4242
<main>
4343
<h1>I2V prompts used in agent evaluation</h1>
44-
<button id="downloadBtn"> <a href="https://github.com/AILab-CVC/VideoGen-Eval/blob/main/docs/specifc_model/prompts/VideoGen-Eval_I2V.xlsx">Download</a></button>
44+
<button id="downloadBtn"> <a href="https://github.com/AILab-CVC/VideoGen-Eval/blob/main/docs/specifc_model/prompts/VGenEval_I2V.xlsx">Download</a></button>
4545
<div id="excelData"></div>
4646
</main>
4747

4848
<script>
49-
fetch('./prompts.xlsx')
49+
fetch('./VGenEval_I2V.xlsx')
5050
.then(response => response.arrayBuffer())
5151
.then(data => {
5252
workbook = XLSX.read(data, {type: 'array'});

docs/specifc_model/prompts/agent_prompt_t2v.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
<body>
4242
<main>
4343
<h1>T2V prompts used in agent evaluation</h1>
44-
<button id="downloadBtn"> <a href="https://github.com/AILab-CVC/VideoGen-Eval/blob/main/docs/specifc_model/prompts/VideoGen-Eval_T2V.xlsx">Download</a></button>
44+
<button id="downloadBtn"> <a href="https://github.com/AILab-CVC/VideoGen-Eval/blob/main/docs/specifc_model/prompts/VGenEval_T2V.xlsx">Download</a></button>
4545
<div id="excelData"></div>
4646
</main>
4747

4848
<script>
49-
fetch('./prompts.xlsx')
49+
fetch('./VGenEval_T2V.xlsx')
5050
.then(response => response.arrayBuffer())
5151
.then(data => {
5252
workbook = XLSX.read(data, {type: 'array'});

0 commit comments

Comments
 (0)