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

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: 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():
 
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><div>Github:<a href='https://github.com/roboflow/supervision' target='_blank'>https://github.com/roboflow/supervision</a></div>")
48
  #inp = gr.Image(type="filepath")
49
  with gr.Row():
50
  with gr.Column():