Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -111,6 +111,7 @@ button[aria-label="Open in new tab"] {
|
|
| 111 |
columns=5, allow_preview=False)
|
| 112 |
|
| 113 |
with gr.Column():
|
|
|
|
| 114 |
output_slider.upload(fn=evaluate, inputs=[fg_image, bg_image, num_inference_steps], outputs=[output_slider])
|
| 115 |
|
| 116 |
submit_button.click(evaluate, inputs=[fg_image, bg_image, num_inference_steps], outputs=[output_slider], show_progress="full", show_api=False)
|
|
|
|
| 111 |
columns=5, allow_preview=False)
|
| 112 |
|
| 113 |
with gr.Column():
|
| 114 |
+
output_slider = gr.ImageSlider(label="Para / Pas", type="numpy")
|
| 115 |
output_slider.upload(fn=evaluate, inputs=[fg_image, bg_image, num_inference_steps], outputs=[output_slider])
|
| 116 |
|
| 117 |
submit_button.click(evaluate, inputs=[fg_image, bg_image, num_inference_steps], outputs=[output_slider], show_progress="full", show_api=False)
|