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