Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ demo = gr.Interface(
|
|
56 |
placeholder="Le patient présente une hypertension artérielle...",
|
57 |
lines=5
|
58 |
),
|
59 |
-
gr.HighlightedText(),
|
60 |
#outputs=gr.HTML(label="Identified Medical Entities"),
|
61 |
title="French Healthcare NER Demo | As featured in 'NLP on OCI'",
|
62 |
description="""
|
|
|
56 |
placeholder="Le patient présente une hypertension artérielle...",
|
57 |
lines=5
|
58 |
),
|
59 |
+
outputs=gr.HighlightedText(),
|
60 |
#outputs=gr.HTML(label="Identified Medical Entities"),
|
61 |
title="French Healthcare NER Demo | As featured in 'NLP on OCI'",
|
62 |
description="""
|