basil-ahmad commited on
Commit
450919d
·
verified ·
1 Parent(s): 6e66089

hide header block

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -16,6 +16,8 @@ sampler = DDPM(betas)
16
 
17
  label_to_index = {l:i for i, l in enumerate(['hero', 'non-hero -not recommended-', 'food', 'spells & weapons', 'side-facing'])}
18
 
 
 
19
  sampling_count = 300
20
  batch_size = 1
21
  context = st.radio('Pick one:',
 
16
 
17
  label_to_index = {l:i for i, l in enumerate(['hero', 'non-hero -not recommended-', 'food', 'spells & weapons', 'side-facing'])}
18
 
19
+ st.mark("<style>header:{display:none}</style>", unsafe_allow_html=True)
20
+
21
  sampling_count = 300
22
  batch_size = 1
23
  context = st.radio('Pick one:',