chore: update docs for readme
Browse files- .gitattributes +1 -0
- assets/docs/.DS_Store +0 -0
- assets/docs/changelog/2026-05-26.md +18 -0
- assets/docs/changelog/demo-05-26.webp +3 -0
.gitattributes
CHANGED
|
@@ -88,3 +88,4 @@ assets/video-understanding/videos/video-understanding-vqa-01.mp4 filter=lfs diff
|
|
| 88 |
assets/video-understanding/videos/video-understanding-vqa-02.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 89 |
assets/video-understanding/videos/video-understanding-vqa-03.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 90 |
assets/video-understanding/videos/video-understanding-vqa-04.mp4 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 88 |
assets/video-understanding/videos/video-understanding-vqa-02.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 89 |
assets/video-understanding/videos/video-understanding-vqa-03.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 90 |
assets/video-understanding/videos/video-understanding-vqa-04.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 91 |
+
assets/docs/changelog/demo-05-26.webp filter=lfs diff=lfs merge=lfs -text
|
assets/docs/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
assets/docs/changelog/2026-05-26.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# 2026-05-26
|
| 2 |
+
|
| 3 |
+
### Updates
|
| 4 |
+
|
| 5 |
+
- **Gradio demo support:** We have added a Gradio-based demo for running and testing the model through an interactive web interface.
|
| 6 |
+
- **Multimodal inference tasks:** The Gradio interface now supports **Text-to-Video Generation**, **Video Edit**, **Video Understanding**, **Text-to-Image Generation**, **Image Edit**, and **Image Understanding** in a unified UI.
|
| 7 |
+
- **Local deployment:** The Gradio app can be launched locally with the following command, making it easier to try the model without writing additional inference scripts.
|
| 8 |
+
|
| 9 |
+
```bash
|
| 10 |
+
python3 lance_gradio.py --server-name 0.0.0.0 --server-port 7860
|
| 11 |
+
```
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
<p align="center">
|
| 15 |
+
<img src="./demo-05-26.png" alt="Lance Gradio Demo" width="960">
|
| 16 |
+
<br>
|
| 17 |
+
Unified Multimodal Inference in the Gradio Interface
|
| 18 |
+
</p>
|
assets/docs/changelog/demo-05-26.webp
ADDED
|
Git LFS Details
|