raznis commited on
Commit
3dfdc45
·
verified ·
1 Parent(s): c9f5fa7

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. src/app.py +2 -2
src/app.py CHANGED
@@ -18,8 +18,8 @@ demo = gr.Interface(
18
  fn=run,
19
  inputs=[gr.Image(type="pil", height=512, image_mode="RGBA"), gr.Textbox(label="Company Name")],
20
  outputs=[gr.Image(label="Palette", height=256), gr.Image(label="Output Image", height=256)],
21
- title="Color Palette Generator",
22
- description="Generate a color palette from a logo and create a new template for your digital signature.",
23
  examples=[
24
  ["images/starbucks-logo.png", "Starbucks"],
25
  ["images/nasa-logo.png", "NASA"],
 
18
  fn=run,
19
  inputs=[gr.Image(type="pil", height=512, image_mode="RGBA"), gr.Textbox(label="Company Name")],
20
  outputs=[gr.Image(label="Palette", height=256), gr.Image(label="Output Image", height=256)],
21
+ title="Brand-Smith",
22
+ description="Upload your logo and let Brand-Smith generate a color palette and a new template for your digital signature!",
23
  examples=[
24
  ["images/starbucks-logo.png", "Starbucks"],
25
  ["images/nasa-logo.png", "NASA"],