Spaces:
Runtime error
Runtime error
Commit
•
3b258c8
1
Parent(s):
bc0b5e4
Update app.py
Browse files
app.py
CHANGED
@@ -130,7 +130,7 @@ with gr.Blocks(css=css) as demo:
|
|
130 |
with gr.Column(min_width=10, scale=14):
|
131 |
with gr.Box():
|
132 |
with gr.Row():
|
133 |
-
prompt = gr.Textbox(label="Your prompt", info="
|
134 |
run_btn = gr.Button("Run", elem_id="run_button")
|
135 |
output_image = gr.Image(label="Output", height=355)
|
136 |
with gr.Row(visible=False) as post_gen_info:
|
|
|
130 |
with gr.Column(min_width=10, scale=14):
|
131 |
with gr.Box():
|
132 |
with gr.Row():
|
133 |
+
prompt = gr.Textbox(label="Your prompt", info="Rearrange the trigger words into a coherent prompt", show_label=False, interactive=True, elem_id="prompt")
|
134 |
run_btn = gr.Button("Run", elem_id="run_button")
|
135 |
output_image = gr.Image(label="Output", height=355)
|
136 |
with gr.Row(visible=False) as post_gen_info:
|