Spaces:
vilarin
/
Running on Zero

vilarin commited on
Commit
30d5dc3
1 Parent(s): f7af1d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ with gr.Blocks(css=CSS, js=JS, theme="soft") as demo:
163
  gr.HTML("<h1><center>SD3M🐉T5</center></h1>")
164
  gr.HTML("<p><center><a href='https://huggingface.co/stabilityai/stable-diffusion-3-medium'>sd3m</a> text/image-to-image generation<br><b>Update</b>: fix diffuser to support 512 token</center></p>")
165
  with gr.Row():
166
- with gr.Column(scale=10):
167
  img = gr.Gallery(label='SD3M Generated Image', columns = 1, preview=True, height=600)
168
  prompt = gr.MultimodalTextbox(label='Enter Your Prompt (Multi-Languages)', interactive=True, placeholder="Enter prompt, add one image.", file_types=['image'])
169
  with gr.Accordion("Advanced Options", open=False):
 
163
  gr.HTML("<h1><center>SD3M🐉T5</center></h1>")
164
  gr.HTML("<p><center><a href='https://huggingface.co/stabilityai/stable-diffusion-3-medium'>sd3m</a> text/image-to-image generation<br><b>Update</b>: fix diffuser to support 512 token</center></p>")
165
  with gr.Row():
166
+ with gr.Column(scale=4):
167
  img = gr.Gallery(label='SD3M Generated Image', columns = 1, preview=True, height=600)
168
  prompt = gr.MultimodalTextbox(label='Enter Your Prompt (Multi-Languages)', interactive=True, placeholder="Enter prompt, add one image.", file_types=['image'])
169
  with gr.Accordion("Advanced Options", open=False):