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