vikhyatk commited on
Commit
283a21d
Β·
verified Β·
1 Parent(s): 2037538

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +1 -1
demo.py CHANGED
@@ -167,7 +167,7 @@ def process_image(input_image, use_ensemble):
167
 
168
  with gr.Blocks(title="Moondream Gaze Detection") as app:
169
  gr.Markdown("# πŸŒ” Moondream Gaze Detection")
170
- gr.Markdown("Upload an image to detect faces and visualize their gaze directions.")
171
 
172
  with gr.Row():
173
  with gr.Column():
 
167
 
168
  with gr.Blocks(title="Moondream Gaze Detection") as app:
169
  gr.Markdown("# πŸŒ” Moondream Gaze Detection")
170
+ gr.Markdown("Upload an image to detect faces and visualize their gaze directions. Join the [Moondream Discord server](https://discord.com/invite/tRUdpjDQfH) if you have questions about how this works.")
171
 
172
  with gr.Row():
173
  with gr.Column():