tree3po commited on
Commit
bb29149
·
verified ·
1 Parent(s): becce92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -44,6 +44,7 @@ def stream_object_detection(video):
44
  n_frames += 1
45
 
46
  with gr.Blocks() as app:
 
47
  #inp = gr.Image(type="filepath")
48
  with gr.Row():
49
  with gr.Column():
 
44
  n_frames += 1
45
 
46
  with gr.Blocks() as app:
47
+ gr.HTML("<div style='font-size:20'>Supervision</div><div style='font-size:15'>Video Object Detection</div>")
48
  #inp = gr.Image(type="filepath")
49
  with gr.Row():
50
  with gr.Column():