Spaces:
Running
on
Zero
Running
on
Zero
Update demo.py
Browse files
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():
|