Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -126,6 +126,6 @@ with gr.Blocks(css=css) as demo:
|
|
126 |
with gr.Row():
|
127 |
image_output = gr.Image(type="pil", label="Output Image")
|
128 |
|
129 |
-
generate_button.click(generate_txt2img, inputs=[
|
130 |
|
131 |
demo.launch()
|
|
|
126 |
with gr.Row():
|
127 |
image_output = gr.Image(type="pil", label="Output Image")
|
128 |
|
129 |
+
generate_button.click(generate_txt2img, inputs=[text_prompt, negative_prompt, image_style], outputs=image_output)
|
130 |
|
131 |
demo.launch()
|