Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ def generate(
|
|
112 |
image_paths = [save_image(img) for img in images]
|
113 |
return image_paths, seed
|
114 |
|
115 |
-
with gr.Blocks(css=css, theme=
|
116 |
gr.Markdown(DESCRIPTIONx)
|
117 |
with gr.Group():
|
118 |
with gr.Row():
|
|
|
112 |
image_paths = [save_image(img) for img in images]
|
113 |
return image_paths, seed
|
114 |
|
115 |
+
with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
116 |
gr.Markdown(DESCRIPTIONx)
|
117 |
with gr.Group():
|
118 |
with gr.Row():
|