Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
edf7d8c
1
Parent(s):
a2b0660
Update app.py
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ with gr.Blocks(css=css) as demo:
|
|
141 |
examples=examples,
|
142 |
fn=lambda x: (Image.open("./example.jpg"), 42),
|
143 |
inputs=[prompt],
|
144 |
-
outputs=[
|
145 |
run_on_click=True,
|
146 |
)
|
147 |
|
|
|
141 |
examples=examples,
|
142 |
fn=lambda x: (Image.open("./example.jpg"), 42),
|
143 |
inputs=[prompt],
|
144 |
+
outputs=[result, seed],
|
145 |
run_on_click=True,
|
146 |
)
|
147 |
|