awacke1 commited on
Commit
2fc8347
1 Parent(s): ca37412

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -4,7 +4,8 @@ from gradio.mix import Parallel, Series
4
 
5
  io1 = gr.Interface.load('huggingface/sshleifer/distilbart-cnn-12-6')
6
  io2 = gr.Interface.load("huggingface/facebook/bart-large-cnn")
7
- io3 = gr.Interface.load("huggingface/google/pegasus-xsum")
 
8
 
9
  desc = "Summary NLP Model Tour 2022. Length of text and model size influence response time. Often but not always there is a trade off with accuracy for domain specific NLP and NLU."
10
 
 
4
 
5
  io1 = gr.Interface.load('huggingface/sshleifer/distilbart-cnn-12-6')
6
  io2 = gr.Interface.load("huggingface/facebook/bart-large-cnn")
7
+ #io3 = gr.Interface.load("huggingface/google/pegasus-xsum")
8
+ io3 = gr.Interface.load("emilyalsentzer/Bio_Discharge_Summary_BERT")
9
 
10
  desc = "Summary NLP Model Tour 2022. Length of text and model size influence response time. Often but not always there is a trade off with accuracy for domain specific NLP and NLU."
11