vikhyatk commited on
Commit
296d831
·
verified ·
1 Parent(s): 232f5c2

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +1 -1
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 but is slower."
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():