jinee commited on
Commit
3bb158d
·
1 Parent(s): 522ed47

fix the code

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(" ### 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 and fake data at the provided link, where you can also review the code used during model training. LINK: https://huggingface.co/jinee/note")
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")