Spaces:
Runtime error
Runtime error
pritamdeka
commited on
Commit
Β·
b1fee50
1
Parent(s):
33f4608
Update app.py
Browse files
app.py
CHANGED
@@ -312,7 +312,7 @@ igen_pubmed = gr.Interface(keyphrase_generator,
|
|
312 |
outputs=gr.outputs.JSON(label="Title and Abstracts"),
|
313 |
#outputs=gr.outputs.File(label=None),
|
314 |
theme="peach", layout="horizontal",
|
315 |
-
title="PubMed Abstract Retriever", description="Retrieves relevant PubMed abstracts for an online article which can be used as further references. The output is in the form of JSON with <b><i>
|
316 |
examples=[
|
317 |
["https://www.cancer.news/2021-12-22-mrna-vaccines-weaken-immune-system-cause-cancer.html",
|
318 |
'sentence-transformers/all-mpnet-base-v1',
|
|
|
312 |
outputs=gr.outputs.JSON(label="Title and Abstracts"),
|
313 |
#outputs=gr.outputs.File(label=None),
|
314 |
theme="peach", layout="horizontal",
|
315 |
+
title="PubMed Abstract Retriever", description="Retrieves relevant PubMed abstracts for an online article which can be used as further references. The output is in the form of JSON with <b><i>Title</i></b> and <b><i>Abstract</i></b> as the fields of the JSON output. 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. ",
|
316 |
examples=[
|
317 |
["https://www.cancer.news/2021-12-22-mrna-vaccines-weaken-immune-system-cause-cancer.html",
|
318 |
'sentence-transformers/all-mpnet-base-v1',
|