adirik commited on
Commit
286253d
1 Parent(s): 1c472db

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)