oscared commited on
Commit
39cc8de
·
1 Parent(s): 771c9b0

hugga-> huggan

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -1,6 +1,6 @@
1
  import numpy as np
2
  import torch
3
- from hugga.pytorch.lightweight_gan.lightweight_gan import LightweightGAN
4
 
5
  def carga_modelo(model_name='ceyda/butterfly_croppe_uniq1K_512',model_version=None):
6
  gan = LightweightGAN.from_pretrained(model_name, vesion=model_version)
 
1
  import numpy as np
2
  import torch
3
+ from huggan.pytorch.lightweight_gan.lightweight_gan import LightweightGAN
4
 
5
  def carga_modelo(model_name='ceyda/butterfly_croppe_uniq1K_512',model_version=None):
6
  gan = LightweightGAN.from_pretrained(model_name, vesion=model_version)