DigiP-AI commited on
Commit
60bebc8
·
verified ·
1 Parent(s): a6fde0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -198,7 +198,7 @@ with gr.Blocks(theme=theme, css=css) as app:
198
  )
199
 
200
  # Bind the button to the query function with the added width and height inputs
201
- text_button.click(query, inputs=[text_prompt, negative_prompt, steps, cfg, method, seed, strength, width, height], outputs=[image_output1)
202
 
203
  if __name__ == "__main__":
204
 
 
198
  )
199
 
200
  # Bind the button to the query function with the added width and height inputs
201
+ text_button.click(query, inputs=[text_prompt, negative_prompt, steps, cfg, method, seed, strength, width, height], outputs=image_output1)
202
 
203
  if __name__ == "__main__":
204