owaiskha9654
commited on
Commit
β’
a1cf990
1
Parent(s):
4c17a59
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def Multi_Label_Classification_of_Pubmed_Articles(model_input: str) -> Dict[str,
|
|
45 |
return ret
|
46 |
|
47 |
|
48 |
-
model_input = gr.Textbox("Input text here (
|
49 |
model_output = gr.Label("Multi Label MeSH(Medical Subheadings) Result", num_top_classes=6, show_label=True, label="MeSH(Medical Subheadings) Labels assigned to this article")
|
50 |
|
51 |
|
|
|
45 |
return ret
|
46 |
|
47 |
|
48 |
+
model_input = gr.Textbox("Input text here (Disclaimer: This model is specifically trained to classify Medical Articles Only)", show_label=False)
|
49 |
model_output = gr.Label("Multi Label MeSH(Medical Subheadings) Result", num_top_classes=6, show_label=True, label="MeSH(Medical Subheadings) Labels assigned to this article")
|
50 |
|
51 |
|