Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,7 +67,7 @@ with gr.Blocks(css=CSS, title="ColorHex Demo") as demo:
|
|
| 67 |
"# 🎨 ColorHex Demo\n"
|
| 68 |
f"Maps product color names to hex codes with "
|
| 69 |
f"[Scriptease/colorhex-1b]({f'https://huggingface.co/{REPO}'}) "
|
| 70 |
-
"(Gemma-3-1B fine-tune). One name per line, up to 10."
|
| 71 |
)
|
| 72 |
inp = gr.Textbox(
|
| 73 |
label="Color names (one per line, max 10)",
|
|
|
|
| 67 |
"# 🎨 ColorHex Demo\n"
|
| 68 |
f"Maps product color names to hex codes with "
|
| 69 |
f"[Scriptease/colorhex-1b]({f'https://huggingface.co/{REPO}'}) "
|
| 70 |
+
"(Gemma-3-1B fine-tune) - [Blog](https://scriptease.dev/posts/2026-08-22-colormaxing-iii-in-public/). One name per line, up to 10."
|
| 71 |
)
|
| 72 |
inp = gr.Textbox(
|
| 73 |
label="Color names (one per line, max 10)",
|