Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -97,10 +97,7 @@ with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
|
|
97 |
|
98 |
gr.Examples(
|
99 |
examples = examples,
|
100 |
-
|
101 |
-
inputs = [prompt],
|
102 |
-
outputs = [result, seed],
|
103 |
-
cache_examples="lazy"
|
104 |
)
|
105 |
|
106 |
text_button.click(query, inputs=[custom_lora, text_prompt, negative_prompt, steps, cfg, method, seed, strength], outputs=image_output)
|
|
|
97 |
|
98 |
gr.Examples(
|
99 |
examples = examples,
|
100 |
+
inputs = [text_prompt],
|
|
|
|
|
|
|
101 |
)
|
102 |
|
103 |
text_button.click(query, inputs=[custom_lora, text_prompt, negative_prompt, steps, cfg, method, seed, strength], outputs=image_output)
|