basil-ahmad commited on
Commit
b4c4e57
1 Parent(s): 0e7f570

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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:{display:none}</style>", unsafe_allow_html=True)
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