1inkusFace commited on
Commit
4318fff
·
verified ·
1 Parent(s): e700684

adding pre embed prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(" # Text-to-Image StableDiffusion 3.5 Large")
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(