Mbilal755 commited on
Commit
52845ba
·
1 Parent(s): 2539e61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ description = """
20
  We fine-tuned the BioBart 440M parameter model on a dataset of 52,000 radiology reports scraped from MIMIC-III specifically for the task of summarization.
21
  The model is able to generate impressions summarizing key findings from the longer radiology reports.
22
 
23
- Enter a radiology report to see the generated impression summary!
24
  """
25
 
26
  def summarize(radiology_report):
 
20
  We fine-tuned the BioBart 440M parameter model on a dataset of 52,000 radiology reports scraped from MIMIC-III specifically for the task of summarization.
21
  The model is able to generate impressions summarizing key findings from the longer radiology reports.
22
 
23
+ <b>Enter a radiology report to see the generated impression summary!</b>
24
  """
25
 
26
  def summarize(radiology_report):