Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -144,8 +144,8 @@ def generate(
|
|
144 |
image_paths = [save_image(img) for img in images]
|
145 |
return image_paths, seed
|
146 |
|
147 |
-
with gr.Blocks(
|
148 |
-
gr.Markdown("##
|
149 |
|
150 |
with gr.Row():
|
151 |
with gr.Column(scale=1):
|
|
|
144 |
image_paths = [save_image(img) for img in images]
|
145 |
return image_paths, seed
|
146 |
|
147 |
+
with gr.Blocks(css=css) as demo:
|
148 |
+
gr.Markdown("## SDXL:Text to Image")
|
149 |
|
150 |
with gr.Row():
|
151 |
with gr.Column(scale=1):
|