amildravid4292 commited on
Commit
de7b6ff
·
verified ·
1 Parent(s): 173dd22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -80,7 +80,8 @@ pinverse = torch.load(f"{models_path}/files/pinverse_1000pc.pt", map_location=to
80
 
81
 
82
  @spaces.GPU
83
- def sample_then_run():
 
84
  # get mean and standard deviation for each principal component
85
  m = torch.mean(proj, 0)
86
  standev = torch.std(proj, 0)
 
80
 
81
 
82
  @spaces.GPU
83
+ def sample_then_run(net):
84
+ print(net)
85
  # get mean and standard deviation for each principal component
86
  m = torch.mean(proj, 0)
87
  standev = torch.std(proj, 0)