Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files
app.py
CHANGED
@@ -296,7 +296,7 @@ def build_demo(args: argparse.Namespace) -> gr.Blocks:
|
|
296 |
minimum=1, maximum=128, value=16, step=1, interactive=True, label="Video Nframes"
|
297 |
)
|
298 |
show_images = gr.HTML(visible=False)
|
299 |
-
|
300 |
|
301 |
gr.Examples(
|
302 |
examples=get_examples(ROOT_DIR),
|
|
|
296 |
minimum=1, maximum=128, value=16, step=1, interactive=True, label="Video Nframes"
|
297 |
)
|
298 |
show_images = gr.HTML(visible=False)
|
299 |
+
gr.Markdown("This demo is based on `moonshotai/Kimi-VL-A3B-Thinking` & `deepseek-ai/deepseek-vl2-small` and extends it by adding support for video input.")
|
300 |
|
301 |
gr.Examples(
|
302 |
examples=get_examples(ROOT_DIR),
|