Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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.
|
| 86 |
-
|
|
|
|
| 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)
|