Spaces:
Running
on
Zero
Running
on
Zero
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def inference(content_image, style_image, style_strength, output_quality, progre
|
|
39 |
print('STYLE STRENGTH:', style_strength)
|
40 |
print('HIGH QUALITY:', output_quality)
|
41 |
|
42 |
-
iters =
|
43 |
# learning rate determined by input
|
44 |
lr = 0.001 + (0.099 / 99) * (style_strength - 1)
|
45 |
alpha = 1
|
|
|
39 |
print('STYLE STRENGTH:', style_strength)
|
40 |
print('HIGH QUALITY:', output_quality)
|
41 |
|
42 |
+
iters = 50
|
43 |
# learning rate determined by input
|
44 |
lr = 0.001 + (0.099 / 99) * (style_strength - 1)
|
45 |
alpha = 1
|