Spaces:
Runtime error
Runtime error
Commit
·
2f92c88
1
Parent(s):
1c00742
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,6 @@ image_output = gr.Image(label="Generated Image")
|
|
17 |
# Create the Gradio interface with a more organized layout
|
18 |
gr.Interface(
|
19 |
fn=generate_image,
|
20 |
-
outputs="image",
|
21 |
title="OpenJourney Image Generation",
|
22 |
theme="compact", # Use a more compact theme for the interface
|
23 |
layout="vertical", # Arrange the interface components vertically
|
|
|
17 |
# Create the Gradio interface with a more organized layout
|
18 |
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
|