tincri commited on
Commit
ab24b78
·
1 Parent(s): 06d078b

Fix #6 app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -220,7 +220,7 @@ def create_interface(generator, style_encoder, domain_names, device='cpu'):
220
 
221
  if __name__ == '__main__':
222
  #CARGAR EL MODELO ENTRENADO
223
- checkpoint_path = 'iter/12000_nets_ema.ckpt'
224
  img_size = 128
225
  style_dim = 64
226
  num_domains = 3
 
220
 
221
  if __name__ == '__main__':
222
  #CARGAR EL MODELO ENTRENADO
223
+ checkpoint_path = 'iter/12500_nets_ema.ckpt'
224
  img_size = 128
225
  style_dim = 64
226
  num_domains = 3