Spaces:
Running
Running
Nifemi Alpine Durin
commited on
Commit
·
cc2aaf9
1
Parent(s):
2036bc0
adjust
Browse files- .gitignore +2 -1
- app.py +2 -2
.gitignore
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
*.png
|
2 |
-
.env
|
|
|
|
1 |
*.png
|
2 |
+
.env
|
3 |
+
flagged
|
app.py
CHANGED
@@ -46,7 +46,7 @@ iface = gr.Interface(
|
|
46 |
gr.components.Textbox(placeholder="Brand/Company Name", label="Brand Name"),
|
47 |
gr.components.ColorPicker(value="#FFFFFF", label="Primary Color"),
|
48 |
gr.components.ColorPicker(value="#05A592", label="Secondary Color"),
|
49 |
-
gr.components.Textbox(placeholder="Brief description of your brand", label="Description", lines=2),
|
50 |
gr.components.Textbox(placeholder="Your Brand's target audience", label="Target Audience"),
|
51 |
gr.components.Textbox(placeholder="Google Font Label i.e Rubik", label="Font"),
|
52 |
gr.components.Textbox(placeholder="Url of your brand logo (not required)", label="Logo Url"),
|
@@ -61,7 +61,7 @@ iface = gr.Interface(
|
|
61 |
value="750x1334",
|
62 |
label="Image Dimension"
|
63 |
),
|
64 |
-
gr.components.Textbox(lines=4, placeholder="Enter your custom dall-e 2 image prompt here (not required)", value="", label="Custom Graphic Prompt")
|
65 |
],
|
66 |
outputs=[
|
67 |
gr.components.Image(label="Generated Image")
|
|
|
46 |
gr.components.Textbox(placeholder="Brand/Company Name", label="Brand Name"),
|
47 |
gr.components.ColorPicker(value="#FFFFFF", label="Primary Color"),
|
48 |
gr.components.ColorPicker(value="#05A592", label="Secondary Color"),
|
49 |
+
gr.components.Textbox(placeholder="Brief description of your brand and design guidelines", label="Description", lines=2),
|
50 |
gr.components.Textbox(placeholder="Your Brand's target audience", label="Target Audience"),
|
51 |
gr.components.Textbox(placeholder="Google Font Label i.e Rubik", label="Font"),
|
52 |
gr.components.Textbox(placeholder="Url of your brand logo (not required)", label="Logo Url"),
|
|
|
61 |
value="750x1334",
|
62 |
label="Image Dimension"
|
63 |
),
|
64 |
+
gr.components.Textbox(lines=4, placeholder="Enter your custom dall-e 2-3 image prompt here (not required)", value="", label="Custom Graphic Prompt")
|
65 |
],
|
66 |
outputs=[
|
67 |
gr.components.Image(label="Generated Image")
|