Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -112,8 +112,7 @@ def generate(
|
|
112 |
image_paths = [save_image(img) for img in images]
|
113 |
return image_paths, seed
|
114 |
#Main gr.Block
|
115 |
-
with gr.Blocks(css=css,
|
116 |
-
theme="bethecloud/storj_theme") as demo:
|
117 |
gr.Markdown(DESCRIPTIONx)
|
118 |
with gr.Row():
|
119 |
prompt = gr.Text(
|
|
|
112 |
image_paths = [save_image(img) for img in images]
|
113 |
return image_paths, seed
|
114 |
#Main gr.Block
|
115 |
+
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
|
116 |
gr.Markdown(DESCRIPTIONx)
|
117 |
with gr.Row():
|
118 |
prompt = gr.Text(
|