Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ def generate(
|
|
82 |
generator = torch.Generator().manual_seed(seed)
|
83 |
|
84 |
images = diffusion_pipe(
|
85 |
-
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(
|