Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -228,7 +228,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue")) as demo:
|
|
| 228 |
)
|
| 229 |
# Generate button logicg
|
| 230 |
def generate_and_display_images():
|
| 231 |
-
image_paths =
|
| 232 |
return image_paths + image_paths # One for display, one for hidden path tracking
|
| 233 |
|
| 234 |
submit_button.click(
|
|
|
|
| 228 |
)
|
| 229 |
# Generate button logicg
|
| 230 |
def generate_and_display_images():
|
| 231 |
+
image_paths = generate_top_dresses(prompt)
|
| 232 |
return image_paths + image_paths # One for display, one for hidden path tracking
|
| 233 |
|
| 234 |
submit_button.click(
|