Spaces:
Runtime error
Runtime error
Commit
·
963b5a2
1
Parent(s):
d0b096f
update
Browse files- app_regression.py +0 -2
app_regression.py
CHANGED
|
@@ -168,8 +168,6 @@ def build_demo():
|
|
| 168 |
gr.Markdown(space_description)
|
| 169 |
gr.Image("https://tiger-ai-lab.github.io/VideoScore/static/images/teaser.png", label="Teaser")
|
| 170 |
|
| 171 |
-
gr.Markdown("---")
|
| 172 |
-
|
| 173 |
gr.Markdown("### Try VideoScore (Regression) with your own text prompt and videos.")
|
| 174 |
with gr.Row():
|
| 175 |
video = gr.Video(width=500, label="Video")
|
|
|
|
| 168 |
gr.Markdown(space_description)
|
| 169 |
gr.Image("https://tiger-ai-lab.github.io/VideoScore/static/images/teaser.png", label="Teaser")
|
| 170 |
|
|
|
|
|
|
|
| 171 |
gr.Markdown("### Try VideoScore (Regression) with your own text prompt and videos.")
|
| 172 |
with gr.Row():
|
| 173 |
video = gr.Video(width=500, label="Video")
|