Scriptease commited on
Commit
d88e886
·
verified ·
1 Parent(s): 414e932

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)",