ParsaKhaz commited on
Commit
82715b2
·
verified ·
1 Parent(s): fa0fd71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,7 +148,7 @@ with gr.Blocks(title="Promptable Video Redaction") as app:
148
  ### About Moondream
149
  Moondream is a tiny yet powerful vision-language model that can analyze images and answer questions about them.
150
  It's designed to be lightweight and efficient while maintaining high accuracy. Some key features:
151
- - Only 2B parameters (compared to 80B+ in other models)
152
  - Fast inference with minimal resource requirements
153
  - Supports CPU and GPU execution
154
  - Open source and free to use
 
148
  ### About Moondream
149
  Moondream is a tiny yet powerful vision-language model that can analyze images and answer questions about them.
150
  It's designed to be lightweight and efficient while maintaining high accuracy. Some key features:
151
+ - Only 2B parameters
152
  - Fast inference with minimal resource requirements
153
  - Supports CPU and GPU execution
154
  - Open source and free to use