ludusc commited on
Commit
1253aaa
1 Parent(s): 6e0b239
Files changed (2) hide show
  1. README.md +1 -2
  2. pages/1_Textiles_Disentanglement.py +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Latent space theory
3
  emoji: 💡
4
  colorFrom: blue
5
  colorTo: green
@@ -7,7 +7,6 @@ sdk: streamlit
7
  sdk_version: 1.20.0
8
  app_file: Home.py
9
  pinned: false
10
- duplicated_from: taquynhnga/CNNs-interpretation-visualization
11
  ---
12
 
13
  # Exploring different factors of StyleGANs latent space for artistic data
 
1
  ---
2
+ title: Latent space disentanglement
3
  emoji: 💡
4
  colorFrom: blue
5
  colorTo: green
 
7
  sdk_version: 1.20.0
8
  app_file: Home.py
9
  pinned: false
 
10
  ---
11
 
12
  # Exploring different factors of StyleGANs latent space for artistic data
pages/1_Textiles_Disentanglement.py CHANGED
@@ -80,7 +80,7 @@ with input_col_2:
80
  with st.form('text_form'):
81
 
82
  st.write('**Choose color to vary**')
83
- type_col = st.selectbox('Color:', tuple(COLORS_LIST), value=st.session_state.concept_ids)
84
  colors_button = st.form_submit_button('Choose the defined color')
85
 
86
  st.write('**Set range of change**')
 
80
  with st.form('text_form'):
81
 
82
  st.write('**Choose color to vary**')
83
+ type_col = st.selectbox('Color:', tuple(COLORS_LIST))
84
  colors_button = st.form_submit_button('Choose the defined color')
85
 
86
  st.write('**Set range of change**')