Spaces:
Runtime error
Runtime error
lixiang46
commited on
Commit
β’
cbcd3a1
1
Parent(s):
d890da3
update
Browse files
app.py
CHANGED
@@ -129,9 +129,7 @@ with gr.Blocks(css=css) as Kolors:
|
|
129 |
with gr.Row():
|
130 |
prompt = gr.Textbox(
|
131 |
label="Prompt",
|
132 |
-
show_label=False,
|
133 |
placeholder="Enter your prompt",
|
134 |
-
container=False,
|
135 |
lines=2
|
136 |
)
|
137 |
with gr.Row():
|
@@ -190,7 +188,7 @@ with gr.Blocks(css=css) as Kolors:
|
|
190 |
value=0.5,
|
191 |
)
|
192 |
with gr.Row():
|
193 |
-
run_button = gr.Button("Run"
|
194 |
|
195 |
with gr.Column(elem_id="col-right"):
|
196 |
result = gr.Image(label="Result", show_label=False)
|
|
|
129 |
with gr.Row():
|
130 |
prompt = gr.Textbox(
|
131 |
label="Prompt",
|
|
|
132 |
placeholder="Enter your prompt",
|
|
|
133 |
lines=2
|
134 |
)
|
135 |
with gr.Row():
|
|
|
188 |
value=0.5,
|
189 |
)
|
190 |
with gr.Row():
|
191 |
+
run_button = gr.Button("Run")
|
192 |
|
193 |
with gr.Column(elem_id="col-right"):
|
194 |
result = gr.Image(label="Result", show_label=False)
|