nevreal commited on
Commit
7416a17
1 Parent(s): 9d52d71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Row(scale=4):
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