Spaces:
Running
on
Zero
Running
on
Zero
mrfakename
commited on
Commit
•
b442570
1
Parent(s):
2c23c1b
Update app.py
Browse files
app.py
CHANGED
@@ -160,9 +160,8 @@ with gr.Blocks(css="footer{display:none !important}", theme=theme) as demo:
|
|
160 |
show_label=False,
|
161 |
max_lines=1,
|
162 |
placeholder="Enter your prompt",
|
163 |
-
container=False,
|
164 |
)
|
165 |
-
run_button = gr.Button("Run"
|
166 |
result = gr.Image(label="Result", show_label=False)
|
167 |
with gr.Accordion("Advanced options", open=False):
|
168 |
with gr.Row():
|
|
|
160 |
show_label=False,
|
161 |
max_lines=1,
|
162 |
placeholder="Enter your prompt",
|
|
|
163 |
)
|
164 |
+
run_button = gr.Button("Run")
|
165 |
result = gr.Image(label="Result", show_label=False)
|
166 |
with gr.Accordion("Advanced options", open=False):
|
167 |
with gr.Row():
|