fffiloni commited on
Commit
e99a186
·
1 Parent(s): b8f5e45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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: 1.5em;text-align:center;'>
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>