Spaces:
Runtime error
Runtime error
Commit ·
031e64d
1
Parent(s): afebdf8
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,6 @@ gr.Interface(
|
|
| 19 |
fn=generate_image,
|
| 20 |
title="OpenJourney Image Generation",
|
| 21 |
theme="compact", # Use a more compact theme for the interface
|
| 22 |
-
layout="vertical", # Arrange the interface components vertically
|
| 23 |
inputs=[prompt_input],
|
| 24 |
outputs=image_output
|
| 25 |
).launch()
|
|
|
|
| 19 |
fn=generate_image,
|
| 20 |
title="OpenJourney Image Generation",
|
| 21 |
theme="compact", # Use a more compact theme for the interface
|
|
|
|
| 22 |
inputs=[prompt_input],
|
| 23 |
outputs=image_output
|
| 24 |
).launch()
|