Spaces:
Running
on
Zero
Running
on
Zero
adding pre embed prompt
Browse files
app.py
CHANGED
@@ -278,7 +278,7 @@ body{background-color: blue;}
|
|
278 |
|
279 |
with gr.Blocks(theme=gr.themes.Origin(),css=css) as demo:
|
280 |
with gr.Column(elem_id="col-container"):
|
281 |
-
gr.Markdown(" #
|
282 |
expanded_prompt_output = gr.Textbox(label="Prompt", lines=1) # Add this line
|
283 |
with gr.Row():
|
284 |
prompt = gr.Text(
|
|
|
278 |
|
279 |
with gr.Blocks(theme=gr.themes.Origin(),css=css) as demo:
|
280 |
with gr.Column(elem_id="col-container"):
|
281 |
+
gr.Markdown(" # StableDiffusion 3.5 Large with UltraReal lora")
|
282 |
expanded_prompt_output = gr.Textbox(label="Prompt", lines=1) # Add this line
|
283 |
with gr.Row():
|
284 |
prompt = gr.Text(
|