Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -394,7 +394,7 @@ with gr.Blocks(css=css) as demo:
|
|
394 |
["./assets/pexels-pixabay-355465.jpg", "daylight, bright sunshine", "custom", "auto", 0, True, 2.5]
|
395 |
],
|
396 |
inputs=[input_image, prompt, illumination_dropdown, direction_dropdown, seed, randomize_seed, guidance_scale],
|
397 |
-
outputs=[result, seed],
|
398 |
fn=infer,
|
399 |
cache_examples="lazy"
|
400 |
)
|
|
|
394 |
["./assets/pexels-pixabay-355465.jpg", "daylight, bright sunshine", "custom", "auto", 0, True, 2.5]
|
395 |
],
|
396 |
inputs=[input_image, prompt, illumination_dropdown, direction_dropdown, seed, randomize_seed, guidance_scale],
|
397 |
+
outputs=[result, seed, final_prompt],
|
398 |
fn=infer,
|
399 |
cache_examples="lazy"
|
400 |
)
|