Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -1553,8 +1553,8 @@ with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
|
|
1553 |
|
1554 |
# Display generated images
|
1555 |
image_output_1 = gr.Image(value=generate_image_flux(hardcoded_prompt_1), width=400, height=400)
|
1556 |
-
image_output_2 = gr.Image(value=generate_image_flux(hardcoded_prompt_2), width=400, height=400)
|
1557 |
-
image_output_3 = gr.Image(value=generate_image_flux(hardcoded_prompt_3), width=400, height=400)
|
1558 |
|
1559 |
# Refresh button to update images
|
1560 |
refresh_button = gr.Button("Refresh Images")
|
|
|
1553 |
|
1554 |
# Display generated images
|
1555 |
image_output_1 = gr.Image(value=generate_image_flux(hardcoded_prompt_1), width=400, height=400)
|
1556 |
+
# image_output_2 = gr.Image(value=generate_image_flux(hardcoded_prompt_2), width=400, height=400)
|
1557 |
+
# image_output_3 = gr.Image(value=generate_image_flux(hardcoded_prompt_3), width=400, height=400)
|
1558 |
|
1559 |
# Refresh button to update images
|
1560 |
refresh_button = gr.Button("Refresh Images")
|