Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ def generate(
|
|
137 |
image_paths = [save_image(img) for img in images]
|
138 |
return image_paths, seed
|
139 |
#Main gr.Block
|
140 |
-
with gr.Blocks(css=css, theme=
|
141 |
gr.Markdown(DESCRIPTIONx)
|
142 |
with gr.Group():
|
143 |
with gr.Row():
|
|
|
137 |
image_paths = [save_image(img) for img in images]
|
138 |
return image_paths, seed
|
139 |
#Main gr.Block
|
140 |
+
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
141 |
gr.Markdown(DESCRIPTIONx)
|
142 |
with gr.Group():
|
143 |
with gr.Row():
|