Spaces:
Running
Running
Update description
Browse files
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
|
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`
|