Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- 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="
|
| 22 |
-
description="
|
| 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"],
|