Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
AI-Powered Color Palette Generator
|
2 |
This application extracts dominant colours from any uploaded image and generates a corresponding colour palette with auto-generated CSS code, making it useful for designers, web developers, and creatives.
|
3 |
|
|
|
1 |
+
---
|
2 |
+
title: "AI Color Palette Generator"
|
3 |
+
emoji: "🎨"
|
4 |
+
colorFrom: "blue"
|
5 |
+
colorTo: "purple"
|
6 |
+
sdk: "gradio"
|
7 |
+
sdk_version: "3.0" # You can replace this with the version of Gradio you're using
|
8 |
+
app_file: "app.py"
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
AI-Powered Color Palette Generator
|
13 |
This application extracts dominant colours from any uploaded image and generates a corresponding colour palette with auto-generated CSS code, making it useful for designers, web developers, and creatives.
|
14 |
|