Update app.py
Browse files
app.py
CHANGED
|
@@ -50,10 +50,10 @@ def run(prompt1, seed1, prompt2, seed2, prompt3, seed3):
|
|
| 50 |
with gr.Blocks() as demo:
|
| 51 |
with gr.Column():
|
| 52 |
gr.HTML('''
|
| 53 |
-
<h1 style='font-size:
|
| 54 |
Stable Diffusion Interpolation • Community pipeline
|
| 55 |
</h1>
|
| 56 |
-
<p style='text-align: center;'>
|
| 57 |
This community pipeline returns a list of images saved under the folder as defined in output_dir. <br />
|
| 58 |
You can use these images to create videos of stable diffusion.
|
| 59 |
</p>
|
|
|
|
| 50 |
with gr.Blocks() as demo:
|
| 51 |
with gr.Column():
|
| 52 |
gr.HTML('''
|
| 53 |
+
<h1 style='font-size: 2em;text-align:center;font-weigh:900;'>
|
| 54 |
Stable Diffusion Interpolation • Community pipeline
|
| 55 |
</h1>
|
| 56 |
+
<p style='text-align: center;'><br />
|
| 57 |
This community pipeline returns a list of images saved under the folder as defined in output_dir. <br />
|
| 58 |
You can use these images to create videos of stable diffusion.
|
| 59 |
</p>
|