Spaces:
Running
on
T4
Running
on
T4
Krebzonide
commited on
Commit
·
0a14984
1
Parent(s):
3fec1fb
silly ytpo
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def generate(prompt):
|
|
47 |
|
48 |
|
49 |
with gr.Blocks(css=css) as demo:
|
50 |
-
with gr.
|
51 |
prompt = gr.Textbox(label="Prompt")
|
52 |
submit_btn = gr.Button("Generate", variant="primary", min_width="96px")
|
53 |
gallery = gr.Gallery(label="Generated images")
|
|
|
47 |
|
48 |
|
49 |
with gr.Blocks(css=css) as demo:
|
50 |
+
with gr.Column():
|
51 |
prompt = gr.Textbox(label="Prompt")
|
52 |
submit_btn = gr.Button("Generate", variant="primary", min_width="96px")
|
53 |
gallery = gr.Gallery(label="Generated images")
|