Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -481,7 +481,7 @@ with gr.Blocks(css=css) as demo:
|
|
481 |
["./assets/pexels-pixabay-355465.jpg", "daylight, bright sunshine", "custom", "auto" ]
|
482 |
],
|
483 |
inputs=[input_image, prompt, illumination_dropdown, direction_dropdown],
|
484 |
-
outputs=[result, seed
|
485 |
fn=infer,
|
486 |
cache_examples="lazy"
|
487 |
)
|
|
|
481 |
["./assets/pexels-pixabay-355465.jpg", "daylight, bright sunshine", "custom", "auto" ]
|
482 |
],
|
483 |
inputs=[input_image, prompt, illumination_dropdown, direction_dropdown],
|
484 |
+
outputs=[result, seed],
|
485 |
fn=infer,
|
486 |
cache_examples="lazy"
|
487 |
)
|