Skip to content

Commit f25b332

Browse files
committed
Fix typo in a model name.
1 parent 677841e commit f25b332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def main():
6363

6464
model_name = st.sidebar.selectbox(
6565
'Model to Interpret',
66-
['stylegan_animeface512', 'stylegan_car512', 'stylegan_cat512',
66+
['stylegan_animeface512', 'stylegan_car512', 'stylegan_cat256',
6767
'pggan_celebahq1024'])
6868

6969
model = get_model(model_name)

0 commit comments

Comments
 (0)