Johannes Kolbe
commited on
Commit
•
dd2f594
1
Parent(s):
3e06a98
change default to pggan in app.py
Browse files
app.py
CHANGED
@@ -62,8 +62,7 @@ reset = st.sidebar.button('Reset')
|
|
62 |
|
63 |
model_name = st.sidebar.selectbox(
|
64 |
'Model to Interpret',
|
65 |
-
['stylegan_animeface512', 'stylegan_car512', 'stylegan_cat256'
|
66 |
-
'pggan_celebahq1024'])
|
67 |
|
68 |
model = get_model(model_name)
|
69 |
gan_type = parse_gan_type(model)
|
|
|
62 |
|
63 |
model_name = st.sidebar.selectbox(
|
64 |
'Model to Interpret',
|
65 |
+
['pggan_celebahq1024', 'stylegan_animeface512', 'stylegan_car512', 'stylegan_cat256'])
|
|
|
66 |
|
67 |
model = get_model(model_name)
|
68 |
gan_type = parse_gan_type(model)
|