amildravid4292 commited on
Commit
f00e65e
·
verified ·
1 Parent(s): cbec252

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def sample_model():
42
  network = sample_weights(unet, proj, mean, std, v[:, :1000], device, factor = 1.00)
43
 
44
  ### start off with an initial model
45
- sample_weights()
46
 
47
 
48
 
 
42
  network = sample_weights(unet, proj, mean, std, v[:, :1000], device, factor = 1.00)
43
 
44
  ### start off with an initial model
45
+ sample_model()
46
 
47
 
48