PierreBrunelle commited on
Commit
8a9c694
·
verified ·
1 Parent(s): 645d14b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -82,7 +82,6 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
82
  gr.Markdown(
83
  """
84
  <h3>1. Insert video</h3>
85
- ---
86
  """)
87
 
88
  video_file = gr.File(label="Upload Video")
@@ -92,7 +91,6 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
92
  gr.Markdown(
93
  """
94
  <h3>2. Search video frames</h3>
95
- ---
96
  """)
97
 
98
  search_type = gr.Radio(["Text", "Image"], label="Search Type", value="Text")
 
82
  gr.Markdown(
83
  """
84
  <h3>1. Insert video</h3>
 
85
  """)
86
 
87
  video_file = gr.File(label="Upload Video")
 
91
  gr.Markdown(
92
  """
93
  <h3>2. Search video frames</h3>
 
94
  """)
95
 
96
  search_type = gr.Radio(["Text", "Image"], label="Search Type", value="Text")