Spaces:
Sleeping
Sleeping
SrujayReddy31
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ iface = gr.Interface(
|
|
75 |
inputs=gr.Textbox(lines=10, placeholder="Enter clinical notes here..."),
|
76 |
outputs=gr.Label(num_top_classes=7),
|
77 |
examples=examples,
|
78 |
-
title="MIMIC-IV ICD Code
|
79 |
description="Predict ICD code categories based on clinical text using a BERT-based model. The model outputs confidence scores for seven common ICD code categories.",
|
80 |
)
|
81 |
|
|
|
75 |
inputs=gr.Textbox(lines=10, placeholder="Enter clinical notes here..."),
|
76 |
outputs=gr.Label(num_top_classes=7),
|
77 |
examples=examples,
|
78 |
+
title="MIMIC-IV ICD Code Classification",
|
79 |
description="Predict ICD code categories based on clinical text using a BERT-based model. The model outputs confidence scores for seven common ICD code categories.",
|
80 |
)
|
81 |
|