adpro commited on
Commit
38dadd8
·
verified ·
1 Parent(s): ce53d19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -34,8 +34,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
34
  gr.on(
35
  triggers=[generate_button.click, prompt.submit],
36
  fn=run_lora,
37
- inputs=[prompt],
38
- outputs=[result, seed]
39
  )
40
 
41
  app.queue()
 
34
  gr.on(
35
  triggers=[generate_button.click, prompt.submit],
36
  fn=run_lora,
37
+ inputs=[prompt]
 
38
  )
39
 
40
  app.queue()