awacke1 commited on
Commit
fa1c2ac
1 Parent(s): 5055cc4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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()