Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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():
|