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

Update app.py

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