Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -104,8 +104,7 @@ def generate(
|
|
104 |
return image_paths, seed
|
105 |
|
106 |
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
107 |
-
|
108 |
-
with gr.Column(elem_id="col-container"):
|
109 |
gr.Markdown(DESCRIPTIONx)
|
110 |
with gr.Row():
|
111 |
prompt = gr.Text(
|
|
|
104 |
return image_paths, seed
|
105 |
|
106 |
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
107 |
+
|
|
|
108 |
gr.Markdown(DESCRIPTIONx)
|
109 |
with gr.Row():
|
110 |
prompt = gr.Text(
|