EmoCube commited on
Commit
1d97628
·
verified ·
1 Parent(s): 02cc13c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -191,6 +191,6 @@ with gr.Blocks(theme='gstaff/xkcd', css=css) as app:
191
  with gr.Row():
192
  image_output = gr.Image(type="pil", label="Image Output", elem_id="gallery")
193
 
194
- text_button.click(query, inputs=[text_prompt, is_realistic, num_inference_steps, width, height], outputs=image_output, mod=mod_choice)
195
 
196
  app.launch(show_api=True, share=True)
 
191
  with gr.Row():
192
  image_output = gr.Image(type="pil", label="Image Output", elem_id="gallery")
193
 
194
+ text_button.click(query, inputs=[text_prompt, is_realistic, num_inference_steps, width, height, mod_choice], outputs=image_output)
195
 
196
  app.launch(show_api=True, share=True)