ovi054 commited on
Commit
1fdefaa
1 Parent(s): c7accf3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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
- fn = infer,
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)