Spaces:
Configuration error
Configuration error
update
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ with gr.Blocks() as demo:
|
|
91 |
fn=monkeypatching,
|
92 |
cache_examples=True,)
|
93 |
|
94 |
-
b1.click(fn = accelerate_train_lora, inputs=in_steps
|
95 |
b2.click(fn = monkeypatching, inputs=[in_alpha, in_prompt, out_file], outputs=out_image)
|
96 |
|
97 |
demo.queue(concurrency_count=3)
|
|
|
91 |
fn=monkeypatching,
|
92 |
cache_examples=True,)
|
93 |
|
94 |
+
b1.click(fn = accelerate_train_lora, inputs=in_steps , outputs=out_file)
|
95 |
b2.click(fn = monkeypatching, inputs=[in_alpha, in_prompt, out_file], outputs=out_image)
|
96 |
|
97 |
demo.queue(concurrency_count=3)
|