Spaces:
Running
on
Zero
Running
on
Zero
amildravid4292
commited on
Update app.py
Browse files
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 |
-
|
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 |
|