jbilcke-hf HF staff commited on
Commit
60fdd92
·
verified ·
1 Parent(s): 52afd4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -400,7 +400,7 @@ with gr.Blocks() as demo:
400
 
401
  button = gr.Button(value="Generate")
402
  output_image_base64 = gr.Text()
403
- text2image_predict.click(
404
  fn=run_lora,
405
  inputs=[
406
  input_image_base64,
 
400
 
401
  button = gr.Button(value="Generate")
402
  output_image_base64 = gr.Text()
403
+ button.click(
404
  fn=run_lora,
405
  inputs=[
406
  input_image_base64,