Spaces:
Running
Running
mitch
commited on
small update
Browse files
app.py
CHANGED
@@ -472,7 +472,7 @@ with gr.Blocks() as iface:
|
|
472 |
"""
|
473 |
)
|
474 |
with gr.Row():
|
475 |
-
query_input = gr.Textbox(label="Your Question", placeholder="
|
476 |
submit_button = gr.Button("Ask & Find Video")
|
477 |
with gr.Row():
|
478 |
reasoning_output = gr.Markdown(label="LLM Reasoning")
|
|
|
472 |
"""
|
473 |
)
|
474 |
with gr.Row():
|
475 |
+
query_input = gr.Textbox(label="Your Question", placeholder="Using only the videos, explain how ResNets work.")
|
476 |
submit_button = gr.Button("Ask & Find Video")
|
477 |
with gr.Row():
|
478 |
reasoning_output = gr.Markdown(label="LLM Reasoning")
|