Spaces:
Running
on
Zero
Running
on
Zero
Update demo string and space emoji.
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: VideoLLaMA2
|
3 |
-
emoji:
|
4 |
colorFrom: red
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
|
|
1 |
---
|
2 |
title: VideoLLaMA2
|
3 |
+
emoji: π₯πΈπ¬
|
4 |
colorFrom: red
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
app.py
CHANGED
@@ -20,7 +20,7 @@ title_markdown = ("""
|
|
20 |
</a>
|
21 |
<div>
|
22 |
<h1 >VideoLLaMA 2: Advancing Spatial-Temporal Modeling and Audio Understanding in Video-LLMs</h1>
|
23 |
-
<h5 style="margin: 0;">If
|
24 |
</div>
|
25 |
</div>
|
26 |
|
@@ -296,8 +296,8 @@ with gr.Blocks(title='VideoLLaMA 2 π₯ππ₯', theme=gr.themes.Default(primar
|
|
296 |
gr.Examples(
|
297 |
examples=[
|
298 |
[
|
299 |
-
f"{cur_dir}/examples/
|
300 |
-
"What
|
301 |
],
|
302 |
[
|
303 |
f"{cur_dir}/examples/waterview.jpg",
|
|
|
20 |
</a>
|
21 |
<div>
|
22 |
<h1 >VideoLLaMA 2: Advancing Spatial-Temporal Modeling and Audio Understanding in Video-LLMs</h1>
|
23 |
+
<h5 style="margin: 0;">If this demo please you, please give us a star β on Github or π on this space.</h5>
|
24 |
</div>
|
25 |
</div>
|
26 |
|
|
|
296 |
gr.Examples(
|
297 |
examples=[
|
298 |
[
|
299 |
+
f"{cur_dir}/examples/sora.png",
|
300 |
+
"What happens in this image?",
|
301 |
],
|
302 |
[
|
303 |
f"{cur_dir}/examples/waterview.jpg",
|