Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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=
|
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):
|