Spaces:
Sleeping
Sleeping
fix the code
Browse files
app.py
CHANGED
@@ -179,7 +179,7 @@ with gr.Blocks() as demo:
|
|
179 |
|
180 |
gr.Markdown("# NOTE: Notable generation Of patient Text summaries through Efficient approach based on direct preference optimization")
|
181 |
gr.Markdown("## We propose NOTE, which generates comprehensive discharge summaries of patients using MIMIC-III. ")
|
182 |
-
gr.Markdown("
|
183 |
|
184 |
with gr.Tab("Sample 1"):
|
185 |
gr.Markdown("### Sample Fake data")
|
|
|
179 |
|
180 |
gr.Markdown("# NOTE: Notable generation Of patient Text summaries through Efficient approach based on direct preference optimization")
|
181 |
gr.Markdown("## We propose NOTE, which generates comprehensive discharge summaries of patients using MIMIC-III. ")
|
182 |
+
gr.Markdown("### This page serves as a demo application indicating that our NOTE can be applied in practice.\n ### To enable actual functionality, you will need to download the model and fake data. \n You can find the model at the provided link. LINK: https://huggingface.co/jinee/note")
|
183 |
|
184 |
with gr.Tab("Sample 1"):
|
185 |
gr.Markdown("### Sample Fake data")
|