Spaces:
Running
on
Zero
Running
on
Zero
Update demo.py
Browse files
demo.py
CHANGED
@@ -175,7 +175,7 @@ with gr.Blocks(title="Moondream Gaze Detection") as app:
|
|
175 |
use_ensemble = gr.Checkbox(
|
176 |
label="Use Ensemble Mode",
|
177 |
value=False,
|
178 |
-
info="Ensemble mode combines multiple predictions for higher accuracy
|
179 |
)
|
180 |
|
181 |
with gr.Column():
|
|
|
175 |
use_ensemble = gr.Checkbox(
|
176 |
label="Use Ensemble Mode",
|
177 |
value=False,
|
178 |
+
info="Ensemble mode combines multiple predictions for higher accuracy."
|
179 |
)
|
180 |
|
181 |
with gr.Column():
|