bhavyagiri commited on
Commit
fb38dfe
1 Parent(s): 91c9309

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -50,11 +50,8 @@ def get_answer(query,context):
50
  with gr.Blocks() as demo:
51
  gr.Markdown("<h1><center>Youtube-QA</center></h1>")
52
  gr.Markdown("<h3>Ask questions from youtube video, it takes sometime to run so grabbing a coffee is a good option ☕️</h3>")
53
- gr.Markdown("""sequence
54
- A[Youtube-audio] -->B(openai-whisper)
55
- B -->C(Trascription)
56
- C -->|Query| D(QA-model)
57
- D -->E[Answer]
58
  """)
59
  with gr.Row():
60
  with gr.Column():
 
50
  with gr.Blocks() as demo:
51
  gr.Markdown("<h1><center>Youtube-QA</center></h1>")
52
  gr.Markdown("<h3>Ask questions from youtube video, it takes sometime to run so grabbing a coffee is a good option ☕️</h3>")
53
+ gr.Markdown("""
54
+ Youtube-audio --> openai-whisper --> Trascription + Query --> QA-model --> Answer
 
 
 
55
  """)
56
  with gr.Row():
57
  with gr.Column():