Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ def run(content_image, style_name, style_strength=10, optim_name='AdamW', apply_
|
|
68 |
iterations = 101
|
69 |
elif optim_name == 'L-BFGS':
|
70 |
optim_caller = torch.optim.LBFGS
|
71 |
-
iterations =
|
72 |
|
73 |
print('-'*15)
|
74 |
print('DATETIME:', datetime.now(timezone.utc) - timedelta(hours=4)) # est
|
|
|
68 |
iterations = 101
|
69 |
elif optim_name == 'L-BFGS':
|
70 |
optim_caller = torch.optim.LBFGS
|
71 |
+
iterations = 20
|
72 |
|
73 |
print('-'*15)
|
74 |
print('DATETIME:', datetime.now(timezone.utc) - timedelta(hours=4)) # est
|