Henry Qu commited on
Commit
5efced7
·
1 Parent(s): 442df1d

modified: app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -67,6 +67,12 @@ def search_and_show_video(query):
67
  if __name__ == "__main__":
68
  with gr.Blocks() as demo:
69
  with gr.Column():
 
 
 
 
 
 
70
  with gr.Row():
71
  search_input = gr.Textbox(label="Query", placeholder="Enter a query to search for a video.")
72
  with gr.Row():
 
67
  if __name__ == "__main__":
68
  with gr.Blocks() as demo:
69
  with gr.Column():
70
+ with gr.Row():
71
+ gr.HTML("<h1><i>360+x</i> : A Panoptic Multi-modal Scene Understanding Dataset</h1>")
72
+ with gr.Row():
73
+ gr.HTML("<p><a href='https://x360dataset.github.io/'>Official Website</a> <a href='https://arxiv.org/abs/2404.00989'>Paper</a></p>")
74
+ with gr.Row():
75
+ gr.HTML("<h2>Search for a video by entering a query below:</h2>")
76
  with gr.Row():
77
  search_input = gr.Textbox(label="Query", placeholder="Enter a query to search for a video.")
78
  with gr.Row():