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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -117,11 +117,11 @@ 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
  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")
126
  prompt_output = gr.Textbox(label="Generated Prompt", interactive=False, lines=5)
127
  image_output = gr.Image(label="Generated Logo")
 
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")
126
  prompt_output = gr.Textbox(label="Generated Prompt", interactive=False, lines=5)
127
  image_output = gr.Image(label="Generated Logo")