svjack commited on
Commit
07a788d
1 Parent(s): c176c96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -273,6 +273,6 @@ with gr.Blocks(css=css) as demo:
273
  text_button.click(generate_txt2img, inputs=[current_model, text_prompt, negative_prompt, image_style], outputs=image_output)
274
  select_button.click(generate_txt2img, inputs=[current_model, select_prompt, negative_prompt, image_style], outputs=image_output)
275
 
276
- demo.load(get_params, None, [current_model, select_prompt])
277
 
278
  demo.launch(show_api=False)
 
273
  text_button.click(generate_txt2img, inputs=[current_model, text_prompt, negative_prompt, image_style], outputs=image_output)
274
  select_button.click(generate_txt2img, inputs=[current_model, select_prompt, negative_prompt, image_style], outputs=image_output)
275
 
276
+ #demo.load(get_params, None, [current_model, select_prompt])
277
 
278
  demo.launch(show_api=False)