KingNish commited on
Commit
bf1be4a
1 Parent(s): 5d87e58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ with gr.Blocks() as demo:
61
  gr.Markdown("<span style='color: red;'>Note: Sometimes it stucks or stops generating images (I don't know why). In that situation just refresh the site.</span>")
62
 
63
  with gr.Row():
64
- with gr.Column(scale=3):
65
  result = gr.Image(label="Generated Image", show_label=False, interactive=False)
66
  with gr.Column(scale=1):
67
  prompt = gr.Text(
 
61
  gr.Markdown("<span style='color: red;'>Note: Sometimes it stucks or stops generating images (I don't know why). In that situation just refresh the site.</span>")
62
 
63
  with gr.Row():
64
+ with gr.Column(scale=2.5):
65
  result = gr.Image(label="Generated Image", show_label=False, interactive=False)
66
  with gr.Column(scale=1):
67
  prompt = gr.Text(