Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -1468,6 +1468,7 @@ with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
|
|
1468 |
image_output_1 = gr.Image()
|
1469 |
image_output_2 = gr.Image()
|
1470 |
image_output_3 = gr.Image()
|
|
|
1471 |
|
1472 |
|
1473 |
|
|
|
1468 |
image_output_1 = gr.Image()
|
1469 |
image_output_2 = gr.Image()
|
1470 |
image_output_3 = gr.Image()
|
1471 |
+
demo.load(fn=show_images_on_startup, outputs=[image_output_1, image_output_2, image_output_3])
|
1472 |
|
1473 |
|
1474 |
|