Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ def generate(
|
|
120 |
image_paths = [save_image(img) for img in images]
|
121 |
return image_paths, seed
|
122 |
#Main gr.Block
|
123 |
-
with gr.Blocks(css=css, theme="
|
124 |
gr.Markdown(DESCRIPTIONx)
|
125 |
with gr.Group():
|
126 |
with gr.Row():
|
|
|
120 |
image_paths = [save_image(img) for img in images]
|
121 |
return image_paths, seed
|
122 |
#Main gr.Block
|
123 |
+
with gr.Blocks(css=css, theme="xiaobaiyuan/theme_brief") as demo:
|
124 |
gr.Markdown(DESCRIPTIONx)
|
125 |
with gr.Group():
|
126 |
with gr.Row():
|