Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -142,7 +142,8 @@ def clear_file():
|
|
142 |
|
143 |
#############################################
|
144 |
st.image("idc_intro_extended.jpg")
|
145 |
-
st.
|
|
|
146 |
st.write("Below is an overview of the SegVol method and authors acknowledgement.")
|
147 |
st.image(Image.open('model/asset/overview back.png'), use_column_width=True)
|
148 |
|
|
|
142 |
|
143 |
#############################################
|
144 |
st.image("idc_intro_extended.jpg")
|
145 |
+
st.write("Below is an example on how to select a SeriesInstanceUID from Imaging Data Commons (IDC) to further use in this demo:")
|
146 |
+
st.image("https://github.com/ccosmin97/huggingface_idc_demos/raw/main/idc_serieUID_selection.gif")
|
147 |
st.write("Below is an overview of the SegVol method and authors acknowledgement.")
|
148 |
st.image(Image.open('model/asset/overview back.png'), use_column_width=True)
|
149 |
|