Spaces:
Running
Running
mitch
commited on
Minor update
Browse files
app.py
CHANGED
@@ -466,9 +466,9 @@ Format your response STRICTLY as follows, with each field on a new line:
|
|
466 |
with gr.Blocks() as iface:
|
467 |
gr.Markdown(
|
468 |
"""
|
469 |
-
#
|
470 |
-
Ask a question about the
|
471 |
-
|
472 |
"""
|
473 |
)
|
474 |
with gr.Row():
|
|
|
466 |
with gr.Blocks() as iface:
|
467 |
gr.Markdown(
|
468 |
"""
|
469 |
+
# Lecture Videos Q&A
|
470 |
+
Ask a question about the lectures. The system will find relevant segments using RAG
|
471 |
+
and a fine-tuned LLM to select the best one, and display the corresponding video clip.
|
472 |
"""
|
473 |
)
|
474 |
with gr.Row():
|