mitch commited on
Commit
0e70c29
·
unverified ·
1 Parent(s): eff09df

Minor update

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- # AI Lecture Video Q&A
470
- Ask a question about the AI lectures. The system will find relevant segments using RAG,
471
- ask a fine-tuned LLM to select the best one, and display the corresponding video clip.
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():