hexuan21 commited on
Commit
5ca8b95
·
verified ·
1 Parent(s): 62c1653

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -82,8 +82,9 @@ def eval_vs2(video_path, t2v_prompt):
82
  def build_demo():
83
  with gr.Blocks() as demo:
84
  gr.Markdown("## VideoScore2: Think before You Score in Generative Video Evaluation")
85
- gr.Markdown(space_description)
86
- gr.Image("https://tiger-ai-lab.github.io/VideoScore2/static/images/teaser.png", label="Teaser")
 
87
 
88
  with gr.Row():
89
  video_input = gr.Video(label="Upload your video", width=500)
 
82
  def build_demo():
83
  with gr.Blocks() as demo:
84
  gr.Markdown("## VideoScore2: Think before You Score in Generative Video Evaluation")
85
+ with gr.Row():
86
+ gr.Markdown(space_description)
87
+ gr.Image("https://tiger-ai-lab.github.io/VideoScore2/static/images/teaser.png", label="Teaser")
88
 
89
  with gr.Row():
90
  video_input = gr.Video(label="Upload your video", width=500)