Spaces:
Paused
Paused
Update app.py
Browse files
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 |
-
|
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,
|