owaiskha9654 commited on
Commit
a1cf990
β€’
1 Parent(s): 4c17a59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (Note: This model is trained to classify Medical Articles)", 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
 
 
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