tombetthauser commited on
Commit
b88a1b2
Β·
1 Parent(s): 51088c7

Change to square

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ DROPDOWNS = {
23
 
24
  def image_prompt(prompt, dropdown):
25
  prompt = prompt + DROPDOWNS[dropdown]
26
- return pipe(prompt=prompt, height=512, width=664).images[0]
27
 
28
  with gradio.Blocks(css="""
29
  #go-button {
 
23
 
24
  def image_prompt(prompt, dropdown):
25
  prompt = prompt + DROPDOWNS[dropdown]
26
+ return pipe(prompt=prompt, height=512, width=512).images[0]
27
 
28
  with gradio.Blocks(css="""
29
  #go-button {