Spaces:
Sleeping
Sleeping
update app
Browse files
app.py
CHANGED
@@ -31,6 +31,7 @@ DESCRIPTION = '''# <a href="https://github.com/catlab-team/stylemc"> StyleMC:</a
|
|
31 |
'''
|
32 |
FOOTER = 'This space is built by <a href = "https://github.com/catlab-team">Catlab Team</a>.'
|
33 |
|
|
|
34 |
|
35 |
def add_direction(prompt, stylegan_type, id_loss_w):
|
36 |
new_dir_name = prompt+" "+stylegan_type+" w_id_loss"+str(id_loss_w)
|
|
|
31 |
'''
|
32 |
FOOTER = 'This space is built by <a href = "https://github.com/catlab-team">Catlab Team</a>.'
|
33 |
|
34 |
+
direction_list = []
|
35 |
|
36 |
def add_direction(prompt, stylegan_type, id_loss_w):
|
37 |
new_dir_name = prompt+" "+stylegan_type+" w_id_loss"+str(id_loss_w)
|