Spaces:
Running
Running
basil-ahmad
commited on
hide header block
Browse files
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:',
|