Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ with gr.Blocks(css=css) as app:
|
|
123 |
with gr.Column():
|
124 |
gr.Examples(
|
125 |
examples=examples,
|
126 |
-
inputs=[text_prompt],
|
127 |
)
|
128 |
|
129 |
text_button.click(query, inputs=[custom_lora, text_prompt, steps, cfg, randomize_seed, seed, width, height], outputs=[image_output, seed_output, seed])
|
|
|
123 |
with gr.Column():
|
124 |
gr.Examples(
|
125 |
examples=examples,
|
126 |
+
inputs=[text_prompt,custom_lora],
|
127 |
)
|
128 |
|
129 |
text_button.click(query, inputs=[custom_lora, text_prompt, steps, cfg, randomize_seed, seed, width, height], outputs=[image_output, seed_output, seed])
|