Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,9 +46,9 @@ def get_colors(pimg):
|
|
| 46 |
return hex_colors
|
| 47 |
|
| 48 |
|
| 49 |
-
|
| 50 |
|
| 51 |
-
with
|
| 52 |
gr.Markdown(
|
| 53 |
"""
|
| 54 |
# Extract Colors from an image using KMeans clustering
|
|
|
|
| 46 |
return hex_colors
|
| 47 |
|
| 48 |
|
| 49 |
+
demo = gr.Blocks()
|
| 50 |
|
| 51 |
+
with demo:
|
| 52 |
gr.Markdown(
|
| 53 |
"""
|
| 54 |
# Extract Colors from an image using KMeans clustering
|