Spaces:
Runtime error
Runtime error
Commit
Β·
012ca65
1
Parent(s):
c5302cd
Update app.py
Browse files
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',
|