Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ with gr.Blocks() as demo:
|
|
29 |
prompt = gr.Textbox(label="Enter your prompt here", placeholder="Type your text prompt...")
|
30 |
|
31 |
# Output image display
|
32 |
-
with gr.
|
33 |
output_image = gr.Image(label="Generated Image")
|
34 |
|
35 |
# Button to trigger the image generation
|
|
|
29 |
prompt = gr.Textbox(label="Enter your prompt here", placeholder="Type your text prompt...")
|
30 |
|
31 |
# Output image display
|
32 |
+
with gr.Column(scale=4):
|
33 |
output_image = gr.Image(label="Generated Image")
|
34 |
|
35 |
# Button to trigger the image generation
|