Update app.py
Browse files
app.py
CHANGED
@@ -649,7 +649,7 @@ with gr.Blocks(
|
|
649 |
gr.Markdown(
|
650 |
"""
|
651 |
# 🩺 RadEval: A framework for radiology text evaluation
|
652 |
-
### [Github](https://github.com/jbdel/RadEval) | [PyPI](https://pypi.org/project/RadEval) | [Video](https://justin13601.github.io/files/radeval.mp4) | [arXiv]() | [RadEval_ModernBERT Model](https://huggingface.co/IAMJB/RadEvalModernBERT) | [Expert Dataset]()
|
653 |
|
654 |
"""
|
655 |
)
|
|
|
649 |
gr.Markdown(
|
650 |
"""
|
651 |
# 🩺 RadEval: A framework for radiology text evaluation
|
652 |
+
### [Github](https://github.com/jbdel/RadEval) | [PyPI](https://pypi.org/project/RadEval) | [Video](https://justin13601.github.io/files/radeval.mp4) | [arXiv](https://arxiv.org/abs/2509.18030v1) | [RadEval_ModernBERT Model](https://huggingface.co/IAMJB/RadEvalModernBERT) | [Expert Dataset](https://huggingface.co/datasets/IAMJB/RadEvalExpertDataset)
|
653 |
|
654 |
"""
|
655 |
)
|