tincri commited on
Commit
47d9e15
·
1 Parent(s): bf84ff1

Fix #2 app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -216,7 +216,7 @@ def create_interface(generator, style_encoder, domain_names, device='cpu'):
216
 
217
  if __name__ == '__main__':
218
  #CARGAR EL MODELO ENTRENADO
219
- checkpoint_path = 'C:\Users\David\Desktop\GANCARS\AutoStyleGAN10000_nets_ema.ckpt'
220
  img_size = 128
221
  style_dim = 64
222
  num_domains = 3
 
216
 
217
  if __name__ == '__main__':
218
  #CARGAR EL MODELO ENTRENADO
219
+ checkpoint_path = 'iter/AutoStyleGAN10000_nets_ema.ckpt'
220
  img_size = 128
221
  style_dim = 64
222
  num_domains = 3