Spaces:
Running
Running
Commit
·
dcb14fa
1
Parent(s):
85a99d8
style: prefill the prompt
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ with gr.Blocks(css="style.css", title=f"Realtime Latent Consistency Model") as d
|
|
141 |
)
|
142 |
with gr.Row():
|
143 |
with gr.Column(scale=23):
|
144 |
-
prompt_box = gr.Textbox(label="Prompt")
|
145 |
with gr.Column(scale=1):
|
146 |
inference_time_box = gr.Number(
|
147 |
label="Inference Time (s)", interactive=False
|
|
|
141 |
)
|
142 |
with gr.Row():
|
143 |
with gr.Column(scale=23):
|
144 |
+
prompt_box = gr.Textbox(label="Prompt", value=EXAMPLES[0])
|
145 |
with gr.Column(scale=1):
|
146 |
inference_time_box = gr.Number(
|
147 |
label="Inference Time (s)", interactive=False
|