Azure99 commited on
Commit
effd684
1 Parent(s): 70bee57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -82,7 +82,7 @@ def generate(
82
  generator = torch.Generator().manual_seed(seed)
83
 
84
  images = diffusion_pipe(
85
- prompt=[en_prompt, expanded_prompt],
86
  negative_prompt=None,
87
  width=1024,
88
  height=1024,
@@ -103,7 +103,7 @@ css = '''
103
  h1{text-align:center}
104
  '''
105
  with gr.Blocks(css=css) as demo:
106
- gr.Markdown("# Blossom Playground v2.5")
107
  with gr.Group():
108
  with gr.Row():
109
  prompt = gr.Text(
 
82
  generator = torch.Generator().manual_seed(seed)
83
 
84
  images = diffusion_pipe(
85
+ prompt=[expanded_prompt, en_prompt],
86
  negative_prompt=None,
87
  width=1024,
88
  height=1024,
 
103
  h1{text-align:center}
104
  '''
105
  with gr.Blocks(css=css) as demo:
106
+ gr.Markdown("# Blossom & Playground v2.5")
107
  with gr.Group():
108
  with gr.Row():
109
  prompt = gr.Text(