Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -233,7 +233,7 @@ with gr.Blocks() as demo:
|
|
| 233 |
|
| 234 |
run_button.click(fn=gradio_process_image,
|
| 235 |
inputs=[input_image, scale_factor, num_inference_steps, strength, hdr, guidance_scale],
|
| 236 |
-
outputs=
|
| 237 |
|
| 238 |
# Add examples with all required inputs
|
| 239 |
gr.Examples(
|
|
|
|
| 233 |
|
| 234 |
run_button.click(fn=gradio_process_image,
|
| 235 |
inputs=[input_image, scale_factor, num_inference_steps, strength, hdr, guidance_scale],
|
| 236 |
+
outputs=output_slider)
|
| 237 |
|
| 238 |
# Add examples with all required inputs
|
| 239 |
gr.Examples(
|