awacke1 commited on
Commit
5ecd24b
1 Parent(s): fa1c2ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -164,6 +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
- 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()
 
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"Important Videos to understanding AI and NLP Clinical Terminology, Assessment, and Value Based Care AI include Huggingfaces Course Series here: https://www.youtube.com/c/HuggingFace , AI NLP Innovations in 2022 for Clinical and Mental Health Care here: https://www.youtube.com/watch?v=r38lXjz3g6M&list=PLHgX2IExbFov_5_4WfkesR7gnWPHHG-a1 and this link to see and manage playlist here: https://www.youtube.com/playlist?list=PLHgX2IExbFov_5_4WfkesR7gnWPHHG-a1 Review at your leisure to understand AI and NLP impact to helping the world develop Clinical systems of the future using AI and NLP for Clinical Terminology and alignment to worldwide Value Based Care objectives to help people be healthy."
168
  )
169
  iface.launch()