Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -233,5 +233,6 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue")) as demo:
|
|
| 233 |
submit_button.click(
|
| 234 |
fn=generate_and_display_images,
|
| 235 |
outputs=image_components + file_paths
|
|
|
|
| 236 |
|
| 237 |
demo.launch()
|
|
|
|
| 233 |
submit_button.click(
|
| 234 |
fn=generate_and_display_images,
|
| 235 |
outputs=image_components + file_paths
|
| 236 |
+
)
|
| 237 |
|
| 238 |
demo.launch()
|