Spaces:
Sleeping
Sleeping
jocko
commited on
Commit
·
9b173a8
1
Parent(s):
2167b55
fix image similarity detection
Browse files- src/streamlit_app.py +0 -4
src/streamlit_app.py
CHANGED
|
@@ -174,10 +174,6 @@ uploaded_files = st.file_uploader("Upload an image to find similar medical cases
|
|
| 174 |
if uploaded_files is not None:
|
| 175 |
with st.spinner("Searching medical cases..."):
|
| 176 |
st.write(f"Number of files: {len(uploaded_files)}")
|
| 177 |
-
for uploaded_file in uploaded_files:
|
| 178 |
-
st.write(f"File name: {uploaded_file.name}")
|
| 179 |
-
|
| 180 |
-
st.write(uploaded_files)
|
| 181 |
|
| 182 |
if len(uploaded_files) > 0:
|
| 183 |
print(uploaded_files)
|
|
|
|
| 174 |
if uploaded_files is not None:
|
| 175 |
with st.spinner("Searching medical cases..."):
|
| 176 |
st.write(f"Number of files: {len(uploaded_files)}")
|
|
|
|
|
|
|
|
|
|
|
|
|
| 177 |
|
| 178 |
if len(uploaded_files) > 0:
|
| 179 |
print(uploaded_files)
|