Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ def generate(
|
|
102 |
image_paths = [save_image(img) for img in images]
|
103 |
return image_paths, seed
|
104 |
|
105 |
-
with gr.Blocks(theme="YTheme/
|
106 |
gr.Markdown("## SDXL:Text to Image [10-Images]")
|
107 |
|
108 |
with gr.Row():
|
|
|
102 |
image_paths = [save_image(img) for img in images]
|
103 |
return image_paths, seed
|
104 |
|
105 |
+
with gr.Blocks(theme="YTheme/GMaterial",css=css) as demo:
|
106 |
gr.Markdown("## SDXL:Text to Image [10-Images]")
|
107 |
|
108 |
with gr.Row():
|