pritamdeka commited on
Commit
012ca65
Β·
1 Parent(s): c5302cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -318,7 +318,7 @@ igen_pubmed = gr.Interface(keyphrase_generator,
318
  label="Select any SBERT model for abstracts from the list below")],
319
  outputs=gr.outputs.Dataframe(type="auto", label="Retrieved Results from PubMed",max_cols=None, overflow_row_behaviour="paginate"),
320
  theme="dark-peach",
321
- title="PubMed Abstract Retriever", description="Retrieves relevant PubMed abstracts for an online article which can be used as further references. Please note that it may take sometime for the models to load. Examples are provided below for demo purposes.Choose any one example to see the results. The models can be changed to see different results. ",
322
  examples=[
323
  ["https://www.medicalnewstoday.com/articles/alzheimers-addressing-sleep-disturbance-may-alleviate-symptoms",
324
  'pritamdeka/S-Biomed-Roberta-snli-multinli-stsb',
 
318
  label="Select any SBERT model for abstracts from the list below")],
319
  outputs=gr.outputs.Dataframe(type="auto", label="Retrieved Results from PubMed",max_cols=None, overflow_row_behaviour="paginate"),
320
  theme="dark-peach",
321
+ title="PubMed Abstract Retriever", description="Retrieves relevant PubMed abstracts for an online article which can be used as further references. Please note that it may take sometime for the models to load. Examples are provided below for demo purposes. Choose any one example to see the results. The models can be changed to see different results. ",
322
  examples=[
323
  ["https://www.medicalnewstoday.com/articles/alzheimers-addressing-sleep-disturbance-may-alleviate-symptoms",
324
  'pritamdeka/S-Biomed-Roberta-snli-multinli-stsb',