kadirnar commited on
Commit
975a45d
1 Parent(s): e0f60b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -273,7 +273,7 @@ with block:
273
  prompt_gen_button.click(
274
  fn=interrogator_process,
275
  inputs=[input_fg],
276
- outputs=[prompt, i2v_input_text]
277
  ).then(lambda: [gr.update(interactive=True), gr.update(interactive=True), gr.update(interactive=False)],
278
  outputs=[prompt_gen_button, key_gen_button])
279
 
 
273
  prompt_gen_button.click(
274
  fn=interrogator_process,
275
  inputs=[input_fg],
276
+ outputs=[prompt]
277
  ).then(lambda: [gr.update(interactive=True), gr.update(interactive=True), gr.update(interactive=False)],
278
  outputs=[prompt_gen_button, key_gen_button])
279