Spaces:
Runtime error
Runtime error
Paul Hager
commited on
Commit
·
dd4dcf8
1
Parent(s):
7b59665
Publish board. Fixed citations
Browse files- app.py +1 -1
- src/about.py +1 -4
app.py
CHANGED
@@ -120,4 +120,4 @@ with demo:
|
|
120 |
scheduler = BackgroundScheduler()
|
121 |
scheduler.add_job(restart_space, "interval", seconds=1800)
|
122 |
scheduler.start()
|
123 |
-
demo.queue(default_concurrency_limit=40).launch()
|
|
|
120 |
scheduler = BackgroundScheduler()
|
121 |
scheduler.add_job(restart_space, "interval", seconds=1800)
|
122 |
scheduler.start()
|
123 |
+
demo.queue(default_concurrency_limit=40).launch(share=True)
|
src/about.py
CHANGED
@@ -91,7 +91,6 @@ python run_full_info.py pathology=diverticulitis model=<YOUR_MODEL_NAME>
|
|
91 |
|
92 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
93 |
CITATION_BUTTON_TEXT = r"""
|
94 |
-
```bibtex
|
95 |
@article{hager_evaluation_2024,
|
96 |
title = {Evaluation and mitigation of the limitations of large language models in clinical decision-making},
|
97 |
issn = {1546-170X},
|
@@ -102,9 +101,8 @@ CITATION_BUTTON_TEXT = r"""
|
|
102 |
author = {Hager, Paul and Jungmann, Friederike and Holland, Robbie and Bhagat, Kunal and Hubrecht, Inga and Knauer, Manuel and Vielhauer, Jakob and Makowski, Marcus and Braren, Rickmer and Kaissis, Georgios and Rueckert, Daniel},
|
103 |
date = {2024-07-04},
|
104 |
}
|
105 |
-
```
|
106 |
|
107 |
-
|
108 |
@misc{hager_mimic-iv-ext_nodate,
|
109 |
title = {{MIMIC}-{IV}-Ext Clinical Decision Making: A {MIMIC}-{IV} Derived Dataset for Evaluation of Large Language Models on the Task of Clinical Decision Making for Abdominal Pathologies},
|
110 |
url = {https://physionet.org/content/mimic-iv-ext-cdm/1.0/},
|
@@ -116,6 +114,5 @@ CITATION_BUTTON_TEXT = r"""
|
|
116 |
note = {Version Number: 1.0
|
117 |
Type: dataset},
|
118 |
}
|
119 |
-
```
|
120 |
|
121 |
"""
|
|
|
91 |
|
92 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
93 |
CITATION_BUTTON_TEXT = r"""
|
|
|
94 |
@article{hager_evaluation_2024,
|
95 |
title = {Evaluation and mitigation of the limitations of large language models in clinical decision-making},
|
96 |
issn = {1546-170X},
|
|
|
101 |
author = {Hager, Paul and Jungmann, Friederike and Holland, Robbie and Bhagat, Kunal and Hubrecht, Inga and Knauer, Manuel and Vielhauer, Jakob and Makowski, Marcus and Braren, Rickmer and Kaissis, Georgios and Rueckert, Daniel},
|
102 |
date = {2024-07-04},
|
103 |
}
|
|
|
104 |
|
105 |
+
|
106 |
@misc{hager_mimic-iv-ext_nodate,
|
107 |
title = {{MIMIC}-{IV}-Ext Clinical Decision Making: A {MIMIC}-{IV} Derived Dataset for Evaluation of Large Language Models on the Task of Clinical Decision Making for Abdominal Pathologies},
|
108 |
url = {https://physionet.org/content/mimic-iv-ext-cdm/1.0/},
|
|
|
114 |
note = {Version Number: 1.0
|
115 |
Type: dataset},
|
116 |
}
|
|
|
117 |
|
118 |
"""
|