randeom commited on
Commit
430800c
·
verified ·
1 Parent(s): 38e2c92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -117,8 +117,9 @@ with gr.Blocks(css=css) as app:
117
  gr.HTML("<h1>Settings</h1>")
118
  logo_input = gr.Textbox(label="Input your logo request", placeholder="Describe the logo you want...")
119
  width = gr.Slider(label="Width", minimum=256, maximum=1536, value=1024)
120
- height = gr.Slider(label="Height", minimum=256, maximum=1536, value=1024)
121
  guidance_scale = gr.Slider(label="Guidance Scale", minimum=0.1, maximum=20, value=3)
 
122
  with gr.Column(scale=3):
123
  gr.HTML("<h1><center>Magical AI Logo Generator<h1><center>")
124
  generate_button = gr.Button("Generate")
@@ -132,11 +133,6 @@ with gr.Blocks(css=css) as app:
132
 
133
  gr.Markdown("""
134
  ---
135
- ### Examples
136
- - **Coffee Shop Website Logo**: A steaming coffee cup with swirls forming an abstract design.
137
- - **Bio Food Website Logo**: A green leaf with a subtle water droplet effect, symbolizing freshness and organic products.
138
- - **Car Seller Website Logo**: A sleek, stylized car silhouette in metallic shades.
139
- ---
140
  ### Meta Information
141
  **Project Title**: Magical AI Logo Generator
142
 
 
117
  gr.HTML("<h1>Settings</h1>")
118
  logo_input = gr.Textbox(label="Input your logo request", placeholder="Describe the logo you want...")
119
  width = gr.Slider(label="Width", minimum=256, maximum=1536, value=1024)
120
+ height = gr.Slider=label("Height", minimum=256, maximum=1536, value=1024)
121
  guidance_scale = gr.Slider(label="Guidance Scale", minimum=0.1, maximum=20, value=3)
122
+ examples = gr.Examples(examples=["coffeeshop website logo", "bio food website logo", "car seller website logo"], inputs=logo_input)
123
  with gr.Column(scale=3):
124
  gr.HTML("<h1><center>Magical AI Logo Generator<h1><center>")
125
  generate_button = gr.Button("Generate")
 
133
 
134
  gr.Markdown("""
135
  ---
 
 
 
 
 
136
  ### Meta Information
137
  **Project Title**: Magical AI Logo Generator
138