Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -1522,7 +1522,8 @@ with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
|
|
| 1522 |
|
| 1523 |
# Refresh button to update images
|
| 1524 |
refresh_button = gr.Button("Refresh Images")
|
| 1525 |
-
refresh_button.click(fn=update_images, inputs=None, outputs=[image_output_1, image_output_2, image_output_3])
|
|
|
|
| 1526 |
|
| 1527 |
|
| 1528 |
|
|
|
|
| 1522 |
|
| 1523 |
# Refresh button to update images
|
| 1524 |
refresh_button = gr.Button("Refresh Images")
|
| 1525 |
+
# refresh_button.click(fn=update_images, inputs=None, outputs=[image_output_1, image_output_2, image_output_3])
|
| 1526 |
+
refresh_button.click(fn=update_images, inputs=None, outputs=[image_output_1])
|
| 1527 |
|
| 1528 |
|
| 1529 |
|