fffiloni commited on
Commit
fcae65f
·
1 Parent(s): aa39c96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -31,8 +31,8 @@ diffuser_pipeline = diffuser_pipeline.to(device)
31
  # GRADIO SETUP
32
  title = "Speech to Diffusion • Community Pipeline"
33
  description = """
34
- <p style='text-align: center;'>This demo can generate an image from an audio sample using pre-trained OpenAI whisper-small and Stable Diffusion.
35
- Community examples consist of both inference and training examples that have been added by the community.
36
  <a href='https://github.com/huggingface/diffusers/tree/main/examples/community#speech-to-image' target='_blank'> Click here for more information about community pipelines </a>
37
  </p>
38
  """
 
31
  # GRADIO SETUP
32
  title = "Speech to Diffusion • Community Pipeline"
33
  description = """
34
+ <p style='text-align: center;'>This demo can generate an image from an audio sample using pre-trained OpenAI whisper-small and Stable Diffusion.<br />
35
+ Community examples consist of both inference and training examples that have been added by the community.<br />
36
  <a href='https://github.com/huggingface/diffusers/tree/main/examples/community#speech-to-image' target='_blank'> Click here for more information about community pipelines </a>
37
  </p>
38
  """