jamino30 commited on
Commit
b3ed5b1
1 Parent(s): 57a96a1

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 1
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