ClownRat commited on
Commit
46b9d73
β€’
1 Parent(s): 99ad867

Update demo string and space emoji.

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +3 -3
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 you like our project, please give us a star ✨ on Github for the latest update.</h5>
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/extreme_ironing.jpg",
300
- "What is the phone recording?",
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",