Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
b76929b
1
Parent(s):
b1e9976
add line breaks in markdown
Browse files
app.py
CHANGED
@@ -114,11 +114,10 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
|
|
114 |
gr.Markdown("## Real Time Open Vocabulary Object Detection with Omdet-Turbo")
|
115 |
gr.Markdown(
|
116 |
"""
|
117 |
-
This is a demo for open vocabulary object detection using OmDet-Turbo
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
The actual model inference FPS is displayed under the processed video after inference.
|
122 |
"""
|
123 |
)
|
124 |
gr.Markdown(
|
|
|
114 |
gr.Markdown("## Real Time Open Vocabulary Object Detection with Omdet-Turbo")
|
115 |
gr.Markdown(
|
116 |
"""
|
117 |
+
This is a demo for open vocabulary object detection using OmDet-Turbo.<br>
|
118 |
+
It runs on ZeroGPU which captures GPU every first time you infer.<br>
|
119 |
+
This combined with video processing time means that the demo inference time is slower than the model's actual inference time.<br>
|
120 |
+
The actual model average inference FPS is displayed under the processed video after inference.
|
|
|
121 |
"""
|
122 |
)
|
123 |
gr.Markdown(
|