Kvikontent commited on
Commit
2e589e2
·
verified ·
1 Parent(s): 1604608

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def generate_color(prompt):
41
  color_green = smooth_color(color_green, len(greened))
42
  color_blue = smooth_color(color_blue, len(blued))
43
  color_white = smooth_color(color_white, len(whited))
44
- color_none = smooth_color(color_none, len(nothing)
45
 
46
  # Convert the color to an image using PIL
47
  image = Image.new('RGB', (100, 100), color="#"+color_red+color_green+color_blue)
 
41
  color_green = smooth_color(color_green, len(greened))
42
  color_blue = smooth_color(color_blue, len(blued))
43
  color_white = smooth_color(color_white, len(whited))
44
+ color_none = smooth_color(color_none, len(nothing))
45
 
46
  # Convert the color to an image using PIL
47
  image = Image.new('RGB', (100, 100), color="#"+color_red+color_green+color_blue)