Spaces:
Runtime error
Runtime error
Commit
·
1c00742
1
Parent(s):
7979503
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 |
-
inputs=gr.Textbox(lines=5, label="Enter Prompt", placeholder="Enter your prompt here..."),
|
21 |
outputs="image",
|
22 |
title="OpenJourney Image Generation",
|
23 |
theme="compact", # Use a more compact theme for the interface
|
|
|
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
|