Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
95a8692
1
Parent(s):
d2c3bde
fix fn
Browse files
app.py
CHANGED
@@ -460,7 +460,7 @@ with gr.Blocks() as demo:
|
|
460 |
output_random_seed = gr.Textbox(label="Used Seed", lines=5)
|
461 |
from functools import partial
|
462 |
generate_btn.click(
|
463 |
-
fn=
|
464 |
inputs=[
|
465 |
prompt,
|
466 |
init_image,
|
|
|
460 |
output_random_seed = gr.Textbox(label="Used Seed", lines=5)
|
461 |
from functools import partial
|
462 |
generate_btn.click(
|
463 |
+
fn=inference,
|
464 |
inputs=[
|
465 |
prompt,
|
466 |
init_image,
|