vikhyatk commited on
Commit
b793fa2
·
verified ·
1 Parent(s): b90b44c

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +2 -2
demo.py CHANGED
@@ -174,8 +174,8 @@ with gr.Blocks(title="Moondream Gaze Detection") as app:
174
  input_image = gr.Image(label="Input Image", type="pil")
175
  use_ensemble = gr.Checkbox(
176
  label="Use Ensemble Mode",
177
- value=True,
178
- info="Ensemble mode combines predictions from multiple model views for higher accuracy but is slower"
179
  )
180
 
181
  with gr.Column():
 
174
  input_image = gr.Image(label="Input Image", type="pil")
175
  use_ensemble = gr.Checkbox(
176
  label="Use Ensemble Mode",
177
+ value=False,
178
+ info="Ensemble mode combines predictions for higher benchmark scores but is slower. In practice we don't notice much of a difference."
179
  )
180
 
181
  with gr.Column():