Spaces:
Running
on
Zero
Running
on
Zero
Fix bugs.
Browse files
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"
|
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(
|