Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -154,11 +154,11 @@ def process(text_query, full_video_path):
|
|
| 154 |
|
| 155 |
|
| 156 |
|
| 157 |
-
title = "Interactive
|
| 158 |
|
| 159 |
-
description = "To use it, upload
|
| 160 |
|
| 161 |
-
article = "<p style='text-align: center'><a href='https://
|
| 162 |
|
| 163 |
iface = gr.Interface(fn=process,
|
| 164 |
inputs=[gr.inputs.Textbox(label="text query"), gr.inputs.Video(label="Input video. First 10 seconds of the video are used.")],
|
|
|
|
| 154 |
|
| 155 |
|
| 156 |
|
| 157 |
+
title = "End-to-End Referring Video Object Segmentation with Multimodal Transformers - Interactive Demo"
|
| 158 |
|
| 159 |
+
description = "This notebook provides a (limited) hands-on demonstration of MTTR. Given a text query and a short clip based on a YouTube video, we demonstrate how MTTR can be used to segment the referred object instance throughout the video. To use it, upload an .mp4 video file and input a text query which describes one of the instances in that video."
|
| 160 |
|
| 161 |
+
article = "<p style='text-align: center'><a href='https://github.com/mttr2021/MTTR'>Github Repo</a></p>"
|
| 162 |
|
| 163 |
iface = gr.Interface(fn=process,
|
| 164 |
inputs=[gr.inputs.Textbox(label="text query"), gr.inputs.Video(label="Input video. First 10 seconds of the video are used.")],
|