kaushalya commited on
Commit
8f1a737
1 Parent(s): e810c3c

Update description

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -23,8 +23,7 @@ k = 5
23
  img_dir = './images'
24
 
25
  st.title("MedCLIP 🩺📎")
26
- st.markdown("Search for medical images in natural language.")
27
- st.markdown("""This demo uses a CLIP model finetuned on the
28
  [Radiology Objects in COntext (ROCO) dataset](https://github.com/razorx89/roco-dataset).""")
29
  st.markdown("""Example queries:
30
  * `ultrasound scans`
 
23
  img_dir = './images'
24
 
25
  st.title("MedCLIP 🩺📎")
26
+ st.markdown("""Search for medical images with natural language powered by a CLIP model [[Model Card]](https://huggingface.co/flax-community/medclip-roco) finetuned on the
 
27
  [Radiology Objects in COntext (ROCO) dataset](https://github.com/razorx89/roco-dataset).""")
28
  st.markdown("""Example queries:
29
  * `ultrasound scans`