Spaces:
Running
Running
Update app.py
Browse files
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
|
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)
|