Spaces:
Paused
Paused
move
Browse files- sirm2024_stablediff/app.py +0 -11
sirm2024_stablediff/app.py
DELETED
@@ -1,11 +0,0 @@
|
|
1 |
-
# Import convention
|
2 |
-
import streamlit as st
|
3 |
-
|
4 |
-
organ = st.selectbox('Organ', ['Brain', 'Thorax'], index=None)
|
5 |
-
modality = st.selectbox('Modality', ['Magnetic Resonance Imaging', 'Computed Tomography'], index=None)
|
6 |
-
style = st.selectbox('Style', ['Picasso', 'Van Gogh'], index=None)
|
7 |
-
|
8 |
-
prompt_lst = [organ, modality, style]
|
9 |
-
if None not in prompt_lst:
|
10 |
-
prompt = ','.join()
|
11 |
-
print(prompt)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|