Spaces:
Sleeping
Sleeping
basil-ahmad
commited on
Commit
•
b4c4e57
1
Parent(s):
0e7f570
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ 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 |
-
st.markdown("<style>header
|
20 |
|
21 |
sampling_count = 300
|
22 |
batch_size = 1
|
|
|
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.markdown("<style>header{display:none}</style>", unsafe_allow_html=True)
|
20 |
|
21 |
sampling_count = 300
|
22 |
batch_size = 1
|