Update app.py
Browse files
app.py
CHANGED
@@ -164,5 +164,6 @@ iface = gr.Interface(
|
|
164 |
allow_flagging='never',
|
165 |
live=True,
|
166 |
# article=f"Result Output Saved to Memory💾 Dataset: [{DATASET_REPO_URL}]({DATASET_REPO_URL})"
|
|
|
167 |
)
|
168 |
iface.launch()
|
|
|
164 |
allow_flagging='never',
|
165 |
live=True,
|
166 |
# article=f"Result Output Saved to Memory💾 Dataset: [{DATASET_REPO_URL}]({DATASET_REPO_URL})"
|
167 |
+
article=f"Two important URLs for application of AI and NLP for Clinical Terminology and Assessment for Value Based Care objectives are : Huggingfaces Course Series on Transformers here: https://www.youtube.com/c/HuggingFace and AI or NLP Innovations in 2022 for Healthcare Playlist here: https://www.youtube.com/watch?v=r38lXjz3g6M&list=PLHgX2IExbFov_5_4WfkesR7gnWPHHG-a1 Please review these at your leisure to understand why Clinical systems of the future are using AI and NLP for Clinical Terminology and alignment with Value Based Care objectives."
|
168 |
)
|
169 |
iface.launch()
|