Update app.py
Browse files
app.py
CHANGED
|
@@ -50,7 +50,7 @@ def run(prompt1, seed1, prompt2, seed2, prompt3, seed3):
|
|
| 50 |
with gr.Blocks() as demo:
|
| 51 |
with gr.Column():
|
| 52 |
gr.HTML('''
|
| 53 |
-
<h1>
|
| 54 |
Stable Diffusion Interpolation • Community pipeline
|
| 55 |
</h1>
|
| 56 |
<p style='text-align: center;'>
|
|
|
|
| 50 |
with gr.Blocks() as demo:
|
| 51 |
with gr.Column():
|
| 52 |
gr.HTML('''
|
| 53 |
+
<h1 style='font-size: 1.5em;text-align:center;'>
|
| 54 |
Stable Diffusion Interpolation • Community pipeline
|
| 55 |
</h1>
|
| 56 |
<p style='text-align: center;'>
|