SerdarHelli commited on
Commit
79a9071
1 Parent(s): 8bb3a82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -149,7 +149,6 @@ with app:
149
  gr.HTML("<h1 style='text-align: center'>{}</h1>".format(title))
150
  with gr.Row():
151
  with gr.Column():
152
- gr.Markdown("Video")
153
  input_video = gr.Image(type='filepath')
154
  model_id = gr.Dropdown(value=model_path[0], choices=model_path)
155
  cca = gr.Dropdown(value="Connected Components Labelling", choices=["Connected Components Labelling","No Post Process"])
 
149
  gr.HTML("<h1 style='text-align: center'>{}</h1>".format(title))
150
  with gr.Row():
151
  with gr.Column():
 
152
  input_video = gr.Image(type='filepath')
153
  model_id = gr.Dropdown(value=model_path[0], choices=model_path)
154
  cca = gr.Dropdown(value="Connected Components Labelling", choices=["Connected Components Labelling","No Post Process"])