Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|