Spaces:
Running
Running
Update app.py
Browse files
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
|
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 |
|