Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,6 +37,7 @@ def style_aligned_sdxl(initial_prompt1, initial_prompt2, initial_prompt3, initia
|
|
37 |
raise gr.Error(f"Error in generating images: {e}")
|
38 |
|
39 |
with gr.Blocks() as demo:
|
|
|
40 |
with gr.Group():
|
41 |
with gr.Column():
|
42 |
with gr.Accordion(label='Enter upto 5 different initial prompts', open=True):
|
|
|
37 |
raise gr.Error(f"Error in generating images: {e}")
|
38 |
|
39 |
with gr.Blocks() as demo:
|
40 |
+
gr.HTML('<h1 style="text-align: center;">Style-aligned SDXL</h1>')
|
41 |
with gr.Group():
|
42 |
with gr.Column():
|
43 |
with gr.Accordion(label='Enter upto 5 different initial prompts', open=True):
|