uhdessai commited on
Commit
36d6fe0
·
verified ·
1 Parent(s): e54b807

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import torch_utils
8
 
9
  # Load the pre-trained StyleGAN model
10
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
11
- model_path = 'network.pkl' # Place your .pkl in the same directory or update path
12
 
13
  # Load StyleGAN Generator
14
  with open(model_path, 'rb') as f:
 
8
 
9
  # Load the pre-trained StyleGAN model
10
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
11
+ model_path = 'dress_model.pkl' # Place your .pkl in the same directory or update path
12
 
13
  # Load StyleGAN Generator
14
  with open(model_path, 'rb') as f: