ParsaKhaz commited on
Commit
aa47985
·
verified ·
1 Parent(s): 94480e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -92,10 +92,10 @@ with gr.Blocks(title="Promptable Video Redaction") as app:
92
  This app uses [Moondream 2B](https://github.com/vikhyat/moondream), a powerful yet lightweight vision-language model,
93
  to detect and visualize objects in videos. Moondream can recognize a wide variety of objects, people, text, and more
94
  with high accuracy while being much smaller than traditional models. This enables Moondream to redact content from
95
- video quickly with the object detect capability.
96
 
97
  Upload a video and specify what you want to detect. The app will process each frame using Moondream and visualize
98
- the detections using your chosen style.
99
  """)
100
 
101
  with gr.Row():
 
92
  This app uses [Moondream 2B](https://github.com/vikhyat/moondream), a powerful yet lightweight vision-language model,
93
  to detect and visualize objects in videos. Moondream can recognize a wide variety of objects, people, text, and more
94
  with high accuracy while being much smaller than traditional models. This enables Moondream to redact content from
95
+ video quickly with its [object detection](https://docs.moondream.ai/cloud/detect) capabilities.
96
 
97
  Upload a video and specify what you want to detect. The app will process each frame using Moondream and visualize
98
+ the detections using your chosen style. Join the [Moondream Discord server](https://discord.com/invite/tRUdpjDQfH) if you have questions on how this works.
99
  """)
100
 
101
  with gr.Row():