Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -1517,8 +1517,8 @@ with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
|
|
1517 |
|
1518 |
# Displaying the images generated using Flux API
|
1519 |
image_output_1 = gr.Image(label="Image 1", elem_id="flux_image_1", width=400, height=400)
|
1520 |
-
image_output_2 = gr.Image(label="Image 2", elem_id="flux_image_2", width=400, height=400)
|
1521 |
-
image_output_3 = gr.Image(label="Image 3", elem_id="flux_image_3", width=400, height=400)
|
1522 |
|
1523 |
# Refresh button to update images
|
1524 |
refresh_button = gr.Button("Refresh Images")
|
|
|
1517 |
|
1518 |
# Displaying the images generated using Flux API
|
1519 |
image_output_1 = gr.Image(label="Image 1", elem_id="flux_image_1", width=400, height=400)
|
1520 |
+
# image_output_2 = gr.Image(label="Image 2", elem_id="flux_image_2", width=400, height=400)
|
1521 |
+
# image_output_3 = gr.Image(label="Image 3", elem_id="flux_image_3", width=400, height=400)
|
1522 |
|
1523 |
# Refresh button to update images
|
1524 |
refresh_button = gr.Button("Refresh Images")
|