ehristoforu commited on
Commit
5103d69
1 Parent(s): 1acce7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -164,7 +164,7 @@ with gr.Blocks(css=css) as demo:
164
 
165
 
166
 
167
- text_button.click(flip_text, inputs=[prompt, negative_prompt, model, steps, sampler, cfg_scale, width, height, seed], outputs=image_output)
168
 
169
  demo.queue(concurrency_count=10)
170
  demo.launch()
 
164
 
165
 
166
 
167
+ text_button.click(flip_text, inputs=[prompt, negative_prompt, model, sampler, width, height], outputs=image_output)
168
 
169
  demo.queue(concurrency_count=10)
170
  demo.launch()