Spaces:
Running
on
Zero
Running
on
Zero
update app [✅..]
Browse files
app.py
CHANGED
|
@@ -99,7 +99,7 @@ with gr.Blocks() as demo:
|
|
| 99 |
vid_btn = gr.Button("Analyze Video", variant="primary")
|
| 100 |
|
| 101 |
with gr.Column():
|
| 102 |
-
vid_text_out = gr.Textbox(label="Model Response", interactive=True, lines=
|
| 103 |
|
| 104 |
gr.Examples(
|
| 105 |
examples=[
|
|
|
|
| 99 |
vid_btn = gr.Button("Analyze Video", variant="primary")
|
| 100 |
|
| 101 |
with gr.Column():
|
| 102 |
+
vid_text_out = gr.Textbox(label="Model Response", interactive=True, lines=23)
|
| 103 |
|
| 104 |
gr.Examples(
|
| 105 |
examples=[
|