Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -76,6 +76,7 @@ def main():
|
|
76 |
thick = debias(thick, "Heavy_Makeup", df, pinverse, device)
|
77 |
|
78 |
def sample_model():
|
|
|
79 |
mean.to(device)
|
80 |
std.to(device)
|
81 |
v.to(device)
|
|
|
76 |
thick = debias(thick, "Heavy_Makeup", df, pinverse, device)
|
77 |
|
78 |
def sample_model():
|
79 |
+
nonlocal network
|
80 |
mean.to(device)
|
81 |
std.to(device)
|
82 |
v.to(device)
|