Spaces:
Sleeping
Sleeping
Fix #10 app.py
Browse files
app.py
CHANGED
@@ -227,7 +227,7 @@ if __name__ == '__main__':
|
|
227 |
checkpoint_path = 'iter/12500_nets_ema.ckpt'
|
228 |
img_size = 128
|
229 |
style_dim = 64
|
230 |
-
num_domains =
|
231 |
device = 'cuda' if torch.cuda.is_available() else 'cpu'
|
232 |
|
233 |
try:
|
|
|
227 |
checkpoint_path = 'iter/12500_nets_ema.ckpt'
|
228 |
img_size = 128
|
229 |
style_dim = 64
|
230 |
+
num_domains = 2
|
231 |
device = 'cuda' if torch.cuda.is_available() else 'cpu'
|
232 |
|
233 |
try:
|