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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from gradio.mix import Parallel, Series
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
 
 
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("huggingface/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