File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
docs/specifc_model/prompts Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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' } ) ;
Original file line number Diff line number Diff line change 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' } ) ;
You can’t perform that action at this time.
0 commit comments