ClownRat commited on
Commit
93426a3
β€’
1 Parent(s): 000c55e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -220,7 +220,7 @@ with gr.Blocks(title='VideoLLaMA 2 πŸ”₯πŸš€πŸ”₯', theme=gr.themes.Default(), css
220
  with gr.Row():
221
  with gr.Column(scale=3):
222
  image = gr.Image(label="Input Image", type="filepath")
223
- video = gr.Video(label="Input Video", type="filepath")
224
 
225
  cur_dir = os.path.dirname(os.path.abspath(__file__))
226
  gr.Examples(
 
220
  with gr.Row():
221
  with gr.Column(scale=3):
222
  image = gr.Image(label="Input Image", type="filepath")
223
+ video = gr.Video(label="Input Video")
224
 
225
  cur_dir = os.path.dirname(os.path.abspath(__file__))
226
  gr.Examples(