Kabir259 commited on
Commit
45957cb
·
verified ·
1 Parent(s): af6d590

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ with gr.Blocks() as demo:
109
  )
110
 
111
  with gr.Row():
112
- gr.Markdown("## Benchmarking Wav2Vec 2.0, Whisper & Qwen2 for our Medical ASR + LLM pipeline! <br>[PDF](https://github.com/Kabir259/BenchASR-LLM4Med/blob/main/main.pdf), [GitHub](https://github.com/Kabir259/BenchASR-LLM4Med)")
113
 
114
  pdf_display = PDF(path_to_pdf) # Display the pre-loaded PDF
115
 
 
109
  )
110
 
111
  with gr.Row():
112
+ gr.Markdown("## Benchmarking Wav2Vec 2.0, Whisper & Qwen2 for my Medical ASR + LLM pipeline! <br>[PDF](https://github.com/Kabir259/BenchASR-LLM4Med/blob/main/main.pdf), [GitHub](https://github.com/Kabir259/BenchASR-LLM4Med)")
113
 
114
  pdf_display = PDF(path_to_pdf) # Display the pre-loaded PDF
115