Spaces:
Runtime error
Runtime error
KevinQHLin
commited on
Commit
•
6be2b30
1
Parent(s):
006f5aa
Update app.py
Browse files
app.py
CHANGED
@@ -190,7 +190,8 @@ with gr.Blocks(css=css) as demo:
|
|
190 |
|
191 |
with gr.Column(elem_id="col-container"):
|
192 |
gr.Markdown("""## 🤖️ UniVTG: Towards Unified Video-Language Temporal Grounding
|
193 |
-
Given a video and text query, return relevant window and highlight.
|
|
|
194 |
elem_id="header")
|
195 |
|
196 |
with gr.Row():
|
|
|
190 |
|
191 |
with gr.Column(elem_id="col-container"):
|
192 |
gr.Markdown("""## 🤖️ UniVTG: Towards Unified Video-Language Temporal Grounding
|
193 |
+
Given a video and text query, return relevant window and highlight.
|
194 |
+
https://github.com/showlab/UniVTG/""",
|
195 |
elem_id="header")
|
196 |
|
197 |
with gr.Row():
|